witwall / fb2pdf

Automatically exported from code.google.com/p/fb2pdf
0 stars 0 forks source link

interlaced PNG #59

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Traceback (most recent call last):
  File "/usr/bin/fbdaemon", line 391, in main
    processMessage(m)
  File "/usr/bin/fbdaemon", line 175, in processMessage
    callbacks)
  File "/usr/bin/fbdaemon", line 306, in processDocument
    fb2tex.fb2tex(fbfilename, texfilename)
  File "/usr/lib/python2.4/site-packages/fb2pdf/fb2tex.py", line 313, in fb2tex
    findEnclosures(fb, outdir, outname)
  File "/usr/lib/python2.4/site-packages/fb2pdf/fb2tex.py", line 683, in
findEnc
losures
    Image.open(fullfname).convert("L").save(fullfname, dpi=(166,166))
  File "/usr/lib64/python2.4/site-packages/PIL/Image.py", line 653, in convert
    self.load()
  File "/usr/lib64/python2.4/site-packages/PIL/ImageFile.py", line 155, in load
    self.load_prepare()
  File "/usr/lib64/python2.4/site-packages/PIL/PngImagePlugin.py", line
337, in 
load_prepare
    raise IOError("cannot read interlaced PNG files")
IOError: cannot read interlaced PNG files

Original issue reported on code.google.com by kroko...@gmail.com on 29 Mar 2007 at 6:14

GoogleCodeExporter commented 9 years ago
need sample file for debugging

Original comment by kroko...@gmail.com on 3 Jul 2007 at 4:28