PIL and ReportsLab error

J

Jason Koch

Hello,
I am trying to produce pdf files from tiffs and I keep getting this
error. Does anyone
have any tips on this one. I am using the ReportLab package with the PIL.

File "C:\Python23\Lib\site-packages\PIL\Image.py", line 309, in
_getdecoder
raise IOError("decoder %s not available" % decoder_name)
IOError: decoder group4 not available

Thanks,

--
Jason Koch
NovaSys Health
(e-mail address removed)
Work: 501-219-4444 ext. 608
Work: 1-800-294-3557 ext. 608
Mobile: 501-977-6701


This email and any attachments to it are privileged and confidential and are intended solely for use of the individual or entity to which they are addressed. If the reader of this message is not the intended recipient, any use, distribution, or copying of this communication, or disclosure of all or any part of its content to any other person, is strictly prohibited. If you have received this communication in error, please notify the sender by replying to this message and destroy this message and delete any copies held in your electronic files. Thank you.
 
L

Larry Bates

PIL doesn't support compressed TIF files. You must
uncompress them prior to trying to place them. I
use tiffcp utility via os.system call to uncompress
TIF files, then place them into my .PDF file.

Larry Bates
Syscon, Inc.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top