Wrong CMYK conversion on linux
Posted: 2015-08-25T00:21:02-07:00
Hi there,
we have a system here where user can upload images. To preview them we use ImageMagick (in fact the Java Interface IM4Java) to convert and resize the images. Now we have the Problem that some CMYK Images wont't be resized as expected. Our test with the same image on the windows machine worked fine.
I hope somebody have any ideas.
On Unix ImageMagick is running: ImageMagick-6.4.3.6-7.30.1
Here are the CommandLine Attributes used:
-resize
300x300
-quality
80.0
-colorspace
RGB
Original https://www.dropbox.com/s/qrw1r8lik6kjg ... l.jpg?dl=0
Unix Resize
Windows Resize
Interesting: the windows image preview can handle the unix converted thumb:
we have a system here where user can upload images. To preview them we use ImageMagick (in fact the Java Interface IM4Java) to convert and resize the images. Now we have the Problem that some CMYK Images wont't be resized as expected. Our test with the same image on the windows machine worked fine.
I hope somebody have any ideas.
On Unix ImageMagick is running: ImageMagick-6.4.3.6-7.30.1
Here are the CommandLine Attributes used:
-resize
300x300
-quality
80.0
-colorspace
RGB
Original https://www.dropbox.com/s/qrw1r8lik6kjg ... l.jpg?dl=0
Unix Resize
Windows Resize
Interesting: the windows image preview can handle the unix converted thumb: