Bodmer / TJpg_Decoder

Jpeg decoder library based on Tiny JPEG Decompressor
Other
222 stars 42 forks source link

Unable to produce jpg that can be displayed #77

Open curious-emanuel opened 3 months ago

curious-emanuel commented 3 months ago

I am unable to produce a custom jpg that would work. The library works with the provided panda image however that is the only image that works for me. I am working with http download and LittleFS example, the board is ESP32-S3.

I am trying to produce jpg images with gimp, attaching an example. It seems to have identical properties to the panda image. What could be going wrong?

Example image: untitled

Blitz54 commented 3 months ago

When you export a jpg with GIMP, there is a drop down box for additional options. Open that box, and unselect "Progressive". If you're using the development build of GIMP, Progressive is near the top and not hidden.

curious-emanuel commented 3 months ago

@Blitz54 You are the MVP. I had a feeling that I read somewhere that it HAD to be progressive. What a silly mistake. Thanks a lot!