Bug 8826

Summary: pnmtotiff tries to use LZW compression, which is no longer supported
Product: [Retired] Red Hat Raw Hide Reporter: Jonathan Kamens <h1k6zn2m>
Component: libgrAssignee: Michael K. Johnson <johnsonm>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-02-02 16:18:24 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:
Attachments:
Description Flags
new version of pnmtotiff patch to use packbits by default none

Description Jonathan Kamens 2000-01-25 03:29:03 UTC
By default, pnmtotiff tries to use LZW compression, but recent versions of
the TIFF library don't support it.

I fixed libgr-2.0.13-pnmtotiff.patch to use packbits compression by
default.  I've attached the new version of this file to this bug.

Comment 1 Jonathan Kamens 2000-01-25 03:30:59 UTC
Created attachment 77 [details]
new version of pnmtotiff patch to use packbits by default

Comment 2 Nalin Dahyabhai 2000-02-02 16:18:59 UTC
Thanks for the update.  Patch applied.