You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part with must hold at least width x 16 bytes must include some description that width must be rounded to next divisible by 16 number. i.e. buffer for image with width = 15 must be at least 16*16.
Steps to reproduce the behavior:
Try to decode any image with width not divisible by 16, providing dithering buffer with size of image.width*16
Heap is corrupted after decoding
Tested with ESP-32, so we actually have heap supervisor.
Sorry for creating issue, and not PR, i am not able to use git right now :)
The text was updated successfully, but these errors were encountered:
Wiki requires small fix:
Part with
must hold at least width x 16 bytes
must include some description thatwidth
must be rounded to next divisible by 16 number. i.e. buffer for image withwidth = 15
must be at least16*16
.Steps to reproduce the behavior:
image.width*16
Tested with ESP-32, so we actually have heap supervisor.
Sorry for creating issue, and not PR, i am not able to use git right now :)
The text was updated successfully, but these errors were encountered: