Vb 6.0 code to convert tiff to Jpeg , gif or png
-
VB6 plain cannot do that. GDI+ can, if you can control it in VB6, or if you write a COM dll in C++ that uses GDI+ to do it for you.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
Check Here, I Think the MS Windows® Image Acquisition Automation Library v2.0, Can do what you want to do: http://www.microsoft.com/downloads/details.aspx?familyid=a332a77a-01b8-4de6-91c2-b7ea32537e29&displaylang=en[^] Another Reference: http://vbnet.mvps.org/index.html?code/imageapi/mswaidll.htm[^] Progload
-
Check Here, I Think the MS Windows® Image Acquisition Automation Library v2.0, Can do what you want to do: http://www.microsoft.com/downloads/details.aspx?familyid=a332a77a-01b8-4de6-91c2-b7ea32537e29&displaylang=en[^] Another Reference: http://vbnet.mvps.org/index.html?code/imageapi/mswaidll.htm[^] Progload