Replies: 1 comment 2 replies
-
most likely it's because on load, 'x' is the number of bytes per pixel, but you assume it's 3. to force it to be 3, pass in '3' instead of '0' as the last parameter to load. this doesn't actually fit the described issue, but I don't see anything else obviously wrong offhand, so worth checking. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Beta Was this translation helpful? Give feedback.
All reactions