possible bug profiles IM 6.8.6.2 Q16 Mac OSX
Posted: 2013-06-28T09:15:28-07:00
Profile information seems to lost when converting to jpg, though it looks like the profile may be there. This just may be a limitation of the jpg format
# add profile
convert logo: -strip -profile /Users/fred/images/profiles/sRGB.icc logo_profile.tif
# convert to another tif image works fine
convert logo_profile.tif logo_profile2.tif
Profiles:
Profile-icc: 6876 bytes
Description: sRGB built-in
Manufacturer: (lcms internal)
Model: sRGB built-in
Copyright: sRGB built-in
# convert to png works fine
convert logo_profile.tif logo_profile2.png
Profiles:
Profile-icc: 6876 bytes
Description: sRGB built-in
Manufacturer: (lcms internal)
Model: sRGB built-in
Copyright: sRGB built-in
# convert to jpg loses descriptive information about the profile
convert logo_profile.tif logo_profile2.jpg
Profiles:
Profile-icc: 6873 bytes
Does jpg support this other descriptive information?
# add profile
convert logo: -strip -profile /Users/fred/images/profiles/sRGB.icc logo_profile.tif
# convert to another tif image works fine
convert logo_profile.tif logo_profile2.tif
Profiles:
Profile-icc: 6876 bytes
Description: sRGB built-in
Manufacturer: (lcms internal)
Model: sRGB built-in
Copyright: sRGB built-in
# convert to png works fine
convert logo_profile.tif logo_profile2.png
Profiles:
Profile-icc: 6876 bytes
Description: sRGB built-in
Manufacturer: (lcms internal)
Model: sRGB built-in
Copyright: sRGB built-in
# convert to jpg loses descriptive information about the profile
convert logo_profile.tif logo_profile2.jpg
Profiles:
Profile-icc: 6873 bytes
Does jpg support this other descriptive information?