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
Hi, is it possible to get a release with the latest jpegdec library which has support for progressive JPEGs?
I'm trying to link the frame to a photoprism API which only returns images with progressive JPEG format.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Might have another shot tomorrow, it’s a reasonable Friday project and it looks like @bitbank2 added that crop feature, too!
As an aside - if anyone happens upon this issue with spare change burning a hole in their pocket then please support JPEGDEC and PNGDEC development here: https://github.com/sponsors/bitbank2/
FYI The progressive JPEG support is currently only for thumbnail images of progressive files (1/8th in each dimension). This is because progressive requires a ton of RAM compared to baseline. The only way to decode full sized progressive images would either be if they are really tiny or you have an ESP32 with PSRAM. Just saying...
The larger Inky display does have PSRAM but it's used as a display backbuffer and isn't wired up in any useful way. Decoding would probably be possible but definitely not fast and certainly very painful to get up and running.
Hi, is it possible to get a release with the latest jpegdec library which has support for progressive JPEGs?
I'm trying to link the frame to a photoprism API which only returns images with progressive JPEG format.
Thanks in advance!
The text was updated successfully, but these errors were encountered: