Problem with CMYK jpgs
Posted: 2007-07-12T01:07:47-07:00
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:
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
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