-
I am using ImageMagick for resizing and creating PNG8s from large batches of source PNGs, TIFS and SVGs. We have several images that have some fine details (such as a long wire brush) that the usual calls to Our PS method used their
This is the .NET code we are using. In our usage, we receive the png as a I have also tried setting both srcImg.Interpolate and srcImg.Filter to Catrom and the results are the same. Is there something we are missing with how the CLI loads an image versus how .NET does? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You will need to set |
Beta Was this translation helpful? Give feedback.
You will need to set
srcImg.FilterType
and call.Resize
instead. I might need to improve this api in the future.