Replies: 1 comment 1 reply
-
I would look to SkiaSharp. Depending on your resize requirements, SkiaSharp can be deployed to solve either:
References: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to take an input image and create three different sizes. Since the input file could be smaller than my target sizes I tried IImage.Downsize but all the final images were the same size as the input image. Then I tried IImage.Resize but this threw a System.NotImplemented exception.
Am I missing something or are Image.Resize and .Downsize not working in Windows?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions