bitbank2 / PNGenc

An embedded-friendly PNG encoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Link to the wiki

Raphael-Boichot opened this issue · comments

Hello.

I'm trying to use your library on Pi Pico but I'm running with some bugs on the payload lenght. I would like to rule out any syntax issue.
Could you restore the link to the wiki ?

Thanks !

Restore what wiki link? I can access it from this github page above.

What bugs are you encountering?

Oh, got it, sorry.

Typically I got a data lenght different (shorter) from the width*height at decompression, but only for "big" images (more than 500x500 pixels).
I did not have the issue on ESP32 but with a slighly different call, so I would like to continue tests.