-
Converting tif to jpg
This has been asked before, but I've found nothing to satisfy what I want to do.
I need to convert a .tif file to a .jpg file
I have the kodak controls, and the intel Jpeg libs
now I need some understandable (read:simple) code to do what should be a simple conversion.
Any help?
examples appreciated.
-
Ok, so the Kodak controls only save to the .bmp and .tif format...
can anybody help with the conversion process w/ the intel dlls?
-
look into the source of my 2d animator www.geocities.com/mp_crew2001
there you can see how to save jpg's...
-
I have found something that works w/o much trouble:
FreeImage.
Get the dll and or the ActiveX control for this at
http://sourceforge.net/projects/freeimage/
get just the dll and then goto
http://www.thevbzone.com/
and get "modFreeImage.bas"
someone has done all the work of putting all the functions/constants/enums into a module
this stuff can convert most common graphics formats