PDA

Click to See Complete Forum and Search --> : Converting .bmp files to .gif or .jpg


leif-p
Dec 4th, 1999, 12:59 AM
What's the easist way to open, convert, and write .bmp files to .gif or .jpg? Any freeware add-ins available?

jkurpias
Dec 4th, 1999, 02:56 AM
I just finished researching this topic to death and I found only 1 workable solution. Intel has some code that takes the contents of a PictureBox and saves it as JPEG. Try this link: http://vbaccelerator.com/
Click "vbMedia" (on the left) and select the first article: "Saving VB Pictures to JPEG..."

Everything in the code works perfectly except the JPEG compression settings...they don't appear to do anything!

Good Luck,
Jon