Page 1 of 1

Failed to remove non-icc profile from jpeg file

Posted: 2014-07-09T01:10:56-07:00
by derekhound
I' trying to remove non-icc profile from jpeg file.
But I failed to process some jpeg file.
During converting thumbnail, convert binary hang forever.

I provide a jpeg link:
https://lh5.googleusercontent.com/-Ie10 ... level1.jpg

The following is a simple command:

Code: Select all

convert input.jpg +profile '!icc,*' output.jpg
This command is work well in ImageMagick 6.8.9-2
not work in ImageMagick 6.8.9-5

Anyone knows what's going on ?

Re: Failed to remove non-icc profile from jpeg file

Posted: 2014-07-09T01:47:41-07:00
by dlemstra
We already found this bug and fixed it in the next release (ImageMagick 6.8.9-6)