GNOME Bugzilla – Bug 595409
PNM decoder can't decode ASCII encoded files.
Last modified: 2009-09-17 07:41:47 UTC
Created attachment 143304 [details] [review] Patch to enable the PNM decoder to decode ASCII encoded files. The PNM decoder currently can't decode ASCII encoded files. Attached patch fixes that, at least if 1 buffer = 1 image. While at it, I fixed the formatting of the ASCII output of the encoder.
commit a4e438d19381c65ec071221a80a1f329c0928d77 Author: Lutz Mueller <lutz@topfrose.de> Date: Thu Sep 17 09:38:02 2009 +0200 pnm: Add ASCII decoding support ...and make the ASCII output of the encoder a bit more pretty. Fixes bug #595409.