How can I convert a BMP file to a JPG file with VB?
Printable View
How can I convert a BMP file to a JPG file with VB?
I made a quick search in this forum. Here are some links that might help u or atleast get u started:
http://www.vbforums.com/showthread.p...jpg+conversion
http://www.vbforums.com/showthread.p...jpg+conversion
And here are some other links:
http://www.planet-source-code.com/vb...d=968&lngWId=7
http://www.catenary.com/howto/bmp2jpeg.html
I have an OCX that does it...
VB Code:
Jpeg321.CompressQuality = TheQualityUWant Jpeg321.CompressBmp Path2BMP, Path2JPG
Change JPeg32.txt to JPeg32.ocx
i attached something that can compress to JPEG using PURE vb code, no dll's or controls. so the whole thing is in code.
Note: I got this from www.pscode.com but forgot which submission it was. I'mpretty sure that if you searched for jpeg and visual basic it would be the top on.
:eek:
thats gotta be the most complicated looking VB i've ever seen!
try image viewer cp activex that can convert bmp to jpg,tif,png,gif
http://www.viscomsoft.com/imageviewer.htm