possible bug -composite losing profile IM 6.8.5.10 Q16

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 -composite losing profile IM 6.8.5.10 Q16

Post by fmw42 »

Seems like the background image's profile when doing a -compose over -composite is being discarded since IM 6.8.5.9. It was kept back as far as I could test to IM 6.7.4.10


Image
Profiles:
Profile-icc: 551 bytes
Description: Adobe RGB (1998)
Manufacturer: Adobe RGB (1998)
Model: Adobe RGB (1998)
Copyright: Copyright 2000 Adobe Systems Incorporated



im6858 convert -size 500x381 xc:none -depth 8 1tmp1.mpc
im6858 convert \( birdofparadise.jpg +transparent "rgb(144,102,15)" \
-fill "rgb(160,82,45)" -opaque "rgb(144,102,15)" \) 1tmp1.mpc \
-compose over -composite 1tmp_im6858.jpg
Profiles:
Profile-icc: 551 bytes
Description: Adobe RGB (1998)
Manufacturer: Adobe RGB (1998)
Model: Adobe RGB (1998)
Copyright: Copyright 2000 Adobe Systems Incorporated



im6859 convert -size 500x381 xc:none -depth 8 1tmp1.mpc
im6859 convert \( birdofparadise.jpg +transparent "rgb(144,102,15)" \
-fill "rgb(160,82,45)" -opaque "rgb(144,102,15)" \) 1tmp2.mpc \
-compose over -composite 1tmp_im6859.jpg
Profiles:
Profile-icc: 548 bytes
Post Reply