Possible bug +profile IM 6.8.9.5 Q16 Mac OSX

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
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Possible bug +profile IM 6.8.9.5 Q16 Mac OSX

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

Re: Possible bug +profile IM 6.8.9.5 Q16 Mac OSX

Post by dlemstra »

Fred, this has been fixed in 6.8.9.6
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Possible bug +profile IM 6.8.9.5 Q16 Mac OSX

Post 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
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Possible bug +profile IM 6.8.9.5 Q16 Mac OSX

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

Re: Possible bug +profile IM 6.8.9.5 Q16 Mac OSX

Post by dlemstra »

And I fixed it again in 6.8.9-8 Beta (viewtopic.php?f=3&t=26120)
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Possible bug +profile IM 6.8.9.5 Q16 Mac OSX

Post by fmw42 »

dlemstra wrote:And I fixed it again in 6.8.9-8 Beta (viewtopic.php?f=3&t=26120)
Thanks.
Post Reply