Bug with -set profile (PNG)

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
eddiej
Posts: 1
Joined: 2017-05-01T13:16:59-07:00
Authentication code: 1151

Bug with -set profile (PNG)

Post by eddiej »

The docs show a way of injecting chunks into the output PNG file:

https://www.imagemagick.org/script/comm ... ns.php#set

the syntax is
convert in.png -set profile PNG-chunk-b:<filename> out.png
, but this doesn't appear to work (I've tried on OSX and Ubuntu)

Anyone know what I might be doing wrong here?
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Bug with -set profile (PNG)

Post by snibgo »

I don't know the answer, but for those who might:

- What version IM are you using?

- You might supply the exact command you have tried, with the chunk file you used.
snibgo's IM pages: im.snibgo.com
Post Reply