I need to convert tiff to gif or jpeg. How can I do that from VB? Do I need to buy a third party software to do this? txs
Printable View
I need to convert tiff to gif or jpeg. How can I do that from VB? Do I need to buy a third party software to do this? txs
If you can load your tiff file in a graphic control, then you can capture it, save it as bmp and then convert it to jpeg.
Have a look at:
http://codeguru.earthweb.com/bbs/wt/...collapsed&sb=5
hope this help
Special thanks to Lothar "the Great" Haensler. Come back soon, you Guru.