Page 1 of 1

Converting Png with BT 2020 icc profile to jp2 image appears to remove profile

Posted: 2018-10-11T13:42:26-07:00
by mstier
I am trying to convert a 16-bit depth png with a BT 2020 icc profile to a j2k file but the profile appears to get removed when I convert. I have tried explicitly setting the -profile with the same icc file but it did not work. Anyone else try this or have suggestions that I may use?

Re: Converting Png with BT 2020 icc profile to jp2 image appears to remove profile

Posted: 2018-10-11T13:51:42-07:00
by snibgo
I confirm that IM doesn't embed ICC profiles in JP2 files. For example, with v7.0.7-28:

Code: Select all

magick toes.png -profile snibgoGBR.icc x.jp2

magick x.jp2 -verbose info:
No profile is shown.

I suppose that the profile should be embedded, so this is a bug. I'll move this thread to the bugs forum.