What commands can I use in Imagick to replicate this:
-define png:color-type=2
Thanks,
Adrian
color-type command
-
- Posts: 1015
- Joined: 2005-03-21T21:16:57-07:00
Re: color-type command
I don't know how to do that in Imagick, but in C you would use:
I presume there's something vaguely similar in IMagick.
Pete
Code: Select all
MagickSetOption(wand,"png:color-type","2");
Pete
Sorry, my ISP shutdown all personal webspace so my MagickWand Examples in C is offline.
See my message in this topic for a link to a zip of all the files.
See my message in this topic for a link to a zip of all the files.