Bug with -set profile (PNG)
Posted: 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
Anyone know what I might be doing wrong here?
https://www.imagemagick.org/script/comm ... ns.php#set
the syntax is
, but this doesn't appear to work (I've tried on OSX and Ubuntu)convert in.png -set profile PNG-chunk-b:<filename> out.png
Anyone know what I might be doing wrong here?