Ability to WrapMemory from bottom? #2910
Unanswered
WhitePhoera
asked this question in
Q&A
Replies: 1 comment
-
Currently such customization is not supported. |
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
-
I am working with native code, which produces raw pixels as [W*H] array.
Issue that it produces array starting from bottom line, instead of from top.
So currently i am forced to Flip image before save.
Is there is the way to avoid this?
Beta Was this translation helpful? Give feedback.
All reactions