Page 1 of 1

Possible bug +profile IM 6.8.9.5 Q16 Mac OSX

Posted: 2014-07-28T10:08:02-07:00
by fmw42
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.

Re: Possible bug +profile IM 6.8.9.5 Q16 Mac OSX

Posted: 2014-07-28T11:37:46-07:00
by dlemstra
Fred, this has been fixed in 6.8.9.6

Re: Possible bug +profile IM 6.8.9.5 Q16 Mac OSX

Posted: 2014-07-28T11:58:13-07:00
by fmw42
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

Re: Possible bug +profile IM 6.8.9.5 Q16 Mac OSX

Posted: 2014-08-29T14:25:59-07:00
by fmw42
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

Re: Possible bug +profile IM 6.8.9.5 Q16 Mac OSX

Posted: 2014-08-29T16:26:50-07:00
by dlemstra
And I fixed it again in 6.8.9-8 Beta (viewtopic.php?f=3&t=26120)

Re: Possible bug +profile IM 6.8.9.5 Q16 Mac OSX

Posted: 2014-08-29T17:08:12-07:00
by fmw42
dlemstra wrote:And I fixed it again in 6.8.9-8 Beta (viewtopic.php?f=3&t=26120)
Thanks.