Replies: 1 comment
-
You’re trying to pass the wrong type to an extension method. There’s some examples in the docs here which should help you see how we process images. https://docs.sixlabors.com/articles/imagesharp/processing.html |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
hi, i'm importing a PNG in BGRA32 format and convert it to a bytearray to use on another library. i wonder how i can flip the image upside down. i tried
RotateExtensions.Rotate(image, RotateMode.Rotate90)
but i get thisBeta Was this translation helpful? Give feedback.
All reactions