color-type command
Posted: 2010-01-27T19:04:49-07:00
What commands can I use in Imagick to replicate this:
-define png:color-type=2
Thanks,
Adrian
-define png:color-type=2
Thanks,
Adrian
Use https://github.com/ImageMagick/ImageMagick/discussions instead.
https://imagemagick.com/discourse-server/
https://imagemagick.com/discourse-server/viewtopic.php?t=15447
Code: Select all
MagickSetOption(wand,"png:color-type","2");