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.
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Post
by fmw42 » 2014-07-28T10:08:02-07:00
With reference to topic
viewtopic.php?f=1&t=25995
+profile "*" seems to hang
# create a jpg with adobe profle
Code: Select all
convert rose: -profile /users/fred/images/profiles/AdobeRGB1998.icc rose_adobergb.jpg
identify -verbose rose_adobergb.jpg
...
Properties:
date:create: 2014-07-28T09:59:51-07:00
date:modify: 2014-07-28T09:59:51-07:00
icc:copyright: Copyright 2000 Adobe Systems Incorporated
icc:description: Adobe RGB (1998)
icc:manufacturer: Adobe RGB (1998)
icc:model: Adobe RGB (1998)
jpeg:colorspace: 2
jpeg:sampling-factor: 2x2,1x1,1x1
signature: d516c129fcd421bcf19ec389edadc9968f97457408dc816c4f6240e28fbb6a78
Profiles:
Profile-icc: 560 bytes
#Remove profile:
Code: Select all
convert rose_adobergb.jpg +profile "*" -set colorspace sRGB rose_srgb.jpg
The above never completes.
dlemstra
Posts: 1570 Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:
Post
by dlemstra » 2014-07-28T11:37:46-07:00
Fred, this has been fixed in 6.8.9.6
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Post
by fmw42 » 2014-07-28T11:58:13-07:00
dlemstra wrote: Fred, this has been fixed in 6.8.9.6
Thanks. I did not know that.
P.S. I now see that 6.8.9.6 is release. I know it has lots of bug fixes.
Thanks
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Post
by fmw42 » 2014-08-29T14:25:59-07:00
If it was fixed in 6.8.9.6, it has been lost again in 6.8.9.7 Q16 Mac OSX. The same +profile "*" command above still hangs for me.
Version: ImageMagick 6.8.9-7 Q16 x86_64 2014-08-27
http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC Modules
Delegates: bzlib cairo fftw fontconfig freetype gslib jbig jng jp2 jpeg lcms lqr ltdl lzma openexr png ps rsvg tiff webp x xml zlib
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Post
by fmw42 » 2014-08-29T17:08:12-07:00