https://bugzilla.novell.com/show_bug.cgi?id=391972 Summary: netpbm's pamscale is broken Product: openSUSE 11.0 Version: Factory Platform: x86-64 OS/Version: openSUSE 11.0 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: ctroein@gmail.com QAContact: qa@suse.de Found By: --- Created an attachment (id=216342) --> (https://bugzilla.novell.com/attachment.cgi?id=216342) A mostly white 472*472 pixel pnm image pamscale fails to produce correct output on x86_64. The dimensions of the output file are completely wrong and seem to depend on uninitialized memory (valgrind reports "Conditional jump or move depends on uninitialised value" * 3). On 10.3 and 11.0 beta 1 it likes to output images with width around 32k, and with the the lastet factory version (netpbm-10.26.44-58, libnetpbm10-10.26.44-58) it instead tends to sets the height to 1. I'm attaching a pnm file that I used for testing. Example: $ pamscale -reduce 1 <472x472.pnm >halfsize.pnm $ head -n3 halfsize.pnm P6 236 1 255 but it should of course say P6 236 236 255 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.