Bug 510759

Summary: pgmtopbm broken
Product: Red Hat Enterprise Linux 5 Reporter: Petr Šplíchal <psplicha>
Component: netpbmAssignee: Jindrich Novy <jnovy>
Status: CLOSED ERRATA QA Contact: Petr Šplíchal <psplicha>
Severity: medium Docs Contact:
Priority: low    
Version: 5.3CC: jik, ohudlick, ovasik, pknirsch
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 565488 (view as bug list) Environment:
Last Closed: 2012-02-21 06:48:05 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Petr Šplíchal 2009-07-10 15:55:55 UTC
Description of problem:

pgmtopbm does not correctly convert grayscale pgm images to black
& white pbm images, instead produces an empty white image.

Version-Release number of selected component (if applicable):
netpbm-10.35.58-8.el5.x86_64

Steps to Reproduce:
$ ppmwheel 300 | ppmtopgm | pgmtopbm > img.pbm
view the image or display histogram using
$ ppmhist img.pbm
  
Actual results:
   r     g     b   	 lum 	 count  
 ----- ----- ----- 	-----	------- 
     1     1     1	    1	  90000 

Expected results:
   r     g     b   	 lum 	 count  
 ----- ----- ----- 	-----	------- 
     1     1     1	    1	  64456 
     0     0     0	    0	  25544 

Additional info:
Works ok on Fedora 10 (netpbm-10.35.64-1.fc10.i386).

Comment 1 Jonathan Kamens 2010-04-01 18:24:37 UTC
Broken in F13 (x86_64).

Comment 3 RHEL Program Management 2010-08-09 19:14:45 UTC
This request was evaluated by Red Hat Product Management for
inclusion in the current release of Red Hat Enterprise Linux.
Because the affected component is not scheduled to be updated in the
current release, Red Hat is unfortunately unable to address this
request at this time. Red Hat invites you to ask your support
representative to propose this request, if appropriate and relevant,
in the next release of Red Hat Enterprise Linux.

Comment 4 RHEL Program Management 2011-05-31 14:31:01 UTC
This request was evaluated by Red Hat Product Management for
inclusion in the current release of Red Hat Enterprise Linux.
Because the affected component is not scheduled to be updated in the
current release, Red Hat is unfortunately unable to address this
request at this time. Red Hat invites you to ask your support
representative to propose this request, if appropriate and relevant,
in the next release of Red Hat Enterprise Linux.

Comment 9 errata-xmlrpc 2012-02-21 06:48:05 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHBA-2012-0287.html