CONVERTING TIFF FILES TO JPEG FILES

Kevin Cazabon kevin at cazabon.com
Mon Dec 17 13:42:22 EST 2001


The obvious answer is use the PIL library for Python
(www.pythonware.com).

If you're looking for a program to do it, and need to do it in high
volumes automatically, try a shareware program I wrote called "Magic
Converter" (lame name, I know):  www.cazabon.com/python/

It's a hotfolder-based system that will convert file types, color
space, resize, sharpen, rotate, and such.  Plus, you can add custom
functions fairly easily.

Kevin Cazabon.

"kmarkie2002" <kmarkie2002 at yahoo.com> wrote in message news:<mailman.1008598520.27127.python-list at python.org>...
> Hello-
> I'm looking for a way to convert a TIFF file to a JPEG file.  Is 
> there a free program that I can download for this?



More information about the Python-list mailing list