Problem with CMYK jpgs

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
kleinstadtmc

Problem with CMYK jpgs

Post by kleinstadtmc »

i try to resize photos with imagemagick and save them as a new jpg to show it on a website
after some problems everything seemed to work
but if i try to use CMYK jpgs i will get no new image
so anthony means it can be a bug so i report here...

here is the link to a photo with cmyk:
http://www.online-druck.biz/grusskarten/freundinnen.jpg

here is my code:

Code: Select all

/usr/bin/php-smed/convert freundinnen.jpg -density 72x72 -colorspace RGB -units PixelsPerInch final.jpg
when i use this code with rgb image i get a final.jpg if i use it with cmyk image i get no final.jpg
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Problem with CMYK jpgs

Post by magick »

Are you using ImageMagick 6.3.5-0? If so we have a patch in 6.3.5-1 to fix the problem. If not, we're not sure what the problem is because we can produce CMYK and RGB JPEG images from your input image without complaint.
Post Reply