Replace picojpeg by jpegdec

This commit is contained in:
jpirnay
2026-03-27 22:05:42 +01:00
parent 5b43639f98
commit a403a8af39
4 changed files with 305 additions and 2537 deletions
@@ -6,8 +6,6 @@ class Print;
class ZipFile;
class JpegToBmpConverter {
static unsigned char jpegReadCallback(unsigned char* pBuf, unsigned char buf_size,
unsigned char* pBytes_actually_read, void* pCallback_data);
static bool jpegFileToBmpStreamInternal(FsFile& jpegFile, Print& bmpOut, int targetWidth, int targetHeight,
bool oneBit, bool crop = true);