Failed to remove non-icc profile from jpeg file
Posted: 2014-07-09T01:10:56-07:00
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:
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 ?
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
not work in ImageMagick 6.8.9-5
Anyone knows what's going on ?