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.
eddiej
Posts: 1 Joined: 2017-05-01T13:16:59-07:00
Authentication code: 1151
Post
by eddiej » 2017-05-01T13:22:22-07:00
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
Post
by snibgo » 2017-05-01T14:05:56-07:00
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.