-
My original image has colorType = TrueColor. After loading and processing it with ImageMagick and writing it to a new file, the new file ends up with colorType = Palette. I know this is the way ImageMagick optimizes output by default, but it affects my work. Is there any way to preserve the original colorType? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You should be able to control this with the |
Beta Was this translation helpful? Give feedback.
-
You will need to add |
Beta Was this translation helpful? Give feedback.
You should be able to control this with the
ColorType
property of thePngWriteDefines
that you need to pass to theWrite
method.