Failed to remove non-icc profile from jpeg file

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
derekhound
Posts: 1
Joined: 2014-07-09T00:57:32-07:00
Authentication code: 6789

Failed to remove non-icc profile from jpeg file

Post 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 ?
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

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

Post by dlemstra »

We already found this bug and fixed it in the next release (ImageMagick 6.8.9-6)
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Post Reply