CMYK TIFF with Alpha Channel Issue

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
spyder
Posts: 20
Joined: 2007-05-23T12:03:45-07:00

CMYK TIFF with Alpha Channel Issue

Post by spyder »

I've run into a problem with resizing a CMYK TIFF file with an alpha channel. IM v6.3.4 works great, but when I try to use the latest version 6.5.6-10 problems result. The K channel gets cleared out. The files I'm using are:

http://www.extremevisionproducts.com/IM/Logo.tif (original)
http://www.extremevisionproducts.com/IM/IM_6.3.4.tif (6.3.4 result)
http://www.extremevisionproducts.com/IM/IM-6.5.6-10.tif (6.5.6-10 result)

The command I'm using is:

convert Logo.tif -resize 100 IM_x.x.x.tif

Do I now need additional variables in the command line to protect the file structure?

Thanks!!!
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: CMYK TIFF with Alpha Channel Issue

Post by magick »

We can reproduce the problem you reported and have a patch in ImageMagick 6.5.7-0 Beta. Look for it at ftp://ftp.imagemagick.org/pub/ImageMagick/beta by sometime tomorrow. Thanks.
spyder
Posts: 20
Joined: 2007-05-23T12:03:45-07:00

Re: CMYK TIFF with Alpha Channel Issue

Post by spyder »

Thanks for the fix!!!
Post Reply