How to interpolatively resize down using bilinear sampling #1583
Answered
by
dlemstra
thegreatgramcracker
asked this question in
Help
-
Beta Was this translation helpful? Give feedback.
Answered by
dlemstra
Mar 12, 2024
Replies: 1 comment 3 replies
-
Can you share your input image? It looks like Paint.NET is just doing a normal resize? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should use
image.FilterType
instead of that define. You can find more information about whatInterpolativeResize
does here: https://imagemagick.org/Usage/resize/#interpolative-resize.