stbi_write_png() function subtleties when writing a file
#1842
Replies: 1 comment
-
|
Fixed issue by forcing width to be 128 |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I can successfully write a separator combine that with image no problem
When I combine it with this image when I padded the 96 wide image with 4 transparent tiles of 8x8 tikes to bring the length to 128.
Padded
Combined with separator
Then the problem
Why is the
stbi_write_png()shifting the tiles? Are transparent tiles recognized?Beta Was this translation helpful? Give feedback.
All reactions