| Issue 60: | pngout fails if it cannot decrease the size of the .png | |
| 1 person starred this issue and may be notified of changes. | Back to list |
info: executing image optimizer pngout: pngout pso.conv-601.parse.png pso.conv-6
01.pngout.png
In: 175 bytes pso.conv-601.parse.png /c2 /f0
Out: 184 bytes pso.conv-601.pngout.png /c3 /f0 /d4, 11 colors
Unable to compress further: copying original file
info: pngout failed, status=0x2
Traceback (most recent call last):
File ".\pdfsizeopt.py", line 7789, in <module>
main(sys.argv)
File ".\pdfsizeopt.py", line 7761, in main
pdf.OptimizeImages(use_pngout=use_pngout, use_jbig2=use_jbig2)
File ".\pdfsizeopt.py", line 6214, in OptimizeImages
return_none_if_status=0x200)
File ".\pdfsizeopt.py", line 5637, in ConvertImage
assert 0, '%s failed (status)' % cmd_name
AssertionError: pngout failed (status)
Running with --use-pngout=no is a temporary workaround.
A real fix would be ignoring the error.
Jul 3, 2012
Project Member
#1
pts...@gmail.com
Status:
Fixed
Jul 3, 2012
Attached. |