Converting TIFF files to PDF and/or JPEG

Fredrik Lundh fredrik at pythonware.com
Tue Jan 17 17:24:18 EST 2006


"sophie_newbie" <paulgeeleher at gmail.com> wrote:

> As part of a college project I'm trying to write a script to convert
> TIFF images downloaded from the US patent office site, www.uspto.gov.
>
> The tiff images are encoded using CCITT Group 4 compression and appear
> to throw an error when i try to save them using the Image library:
>
> >>> im.save(outfile, "PDF)
>
> It looks like this odd compression format is not supported, or am i
> wrong?
>
> I know its a long shot but would anyone have a different solution?

http://mail.python.org/pipermail/python-list/2005-January/258893.html

</F>






More information about the Python-list mailing list