[python-win32] JPEG to TIFF conversion
John Machin
sjmachin at lexicon.net
Mon Dec 10 13:00:42 CET 2007
Manjeet Singh wrote:
> Hi,
> I am a new to the image conversion /compression concepts. I have
> few thousands of images which were scanned in Uncompressed JPEG
> format(.Tiff and .Jpeg). I am required to convert them to standard
> tiff files(CCIT Group4). Is there any way to accomplish this in
> Python? I will be thankful for the comments and suggestions. I am
> using Python 2.3.
http://www.pythonware.com/products/pil/
This may do the job -- check its manual (data formats in an appendix).
Runs on any Python-supported platform, not just win32.
Cheers,
John
More information about the python-win32
mailing list