Bug 154045

Summary: latest ImageMagick build breaks -compress zip
Product: [Fedora] Fedora Reporter: Jamie Zawinski <jwz>
Component: ImageMagickAssignee: Matthias Clasen <mclasen>
Status: CLOSED CURRENTRELEASE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: 3   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-04-26 04:15:16 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:
Bug Depends On:    
Bug Blocks: 136451    

Description Jamie Zawinski 2005-04-06 20:14:18 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050323 Firefox/1.0.2 Fedora/1.0.2-1.3.1

Description of problem:
With ImageMagick-6.2.0.7-2.fc3, if I do

    convert foo.jpg -compress zip foo.tiff
    tiffinfo foo.tiff | grep Compr

I get

  Compression Scheme: None

With ImageMagick-6.0.7.1-5.fc3, I get

  Compression Scheme: AdobeDeflate

So somehow zip/deflate compression got broken in the latest release.

It's only zip that fails, however: "-compress lzw" and "-compress jpeg"
both work.


Version-Release number of selected component (if applicable):
ImageMagick-6.2.0.7-2.fc3

How reproducible:
Always

Steps to Reproduce:
1.
2.
3.
  as above

Additional info:

Comment 1 Matthias Clasen 2005-04-26 04:15:16 UTC
Fixed in rawhide today, I'll push the FC3 update to testing tomorrow