Converting Png with BT 2020 icc profile to jp2 image appears to remove profile
Converting Png with BT 2020 icc profile to jp2 image appears to remove profile
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?
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Converting Png with BT 2020 icc profile to jp2 image appears to remove profile
I confirm that IM doesn't embed ICC profiles in JP2 files. For example, with v7.0.7-28:
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.
Code: Select all
magick toes.png -profile snibgoGBR.icc x.jp2
magick x.jp2 -verbose info:
I suppose that the profile should be embedded, so this is a bug. I'll move this thread to the bugs forum.
snibgo's IM pages: im.snibgo.com