Bodmer / TJpg_Decoder

Jpeg decoder library based on Tiny JPEG Decompressor
Other
234 stars 44 forks source link

Unable to produce jpg that can be displayed #77

Open curious-emanuel opened 7 months ago

curious-emanuel commented 7 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 7 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 7 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!

ats3788 commented 3 days ago

I found a easy way Install Gimp with the addon https://github.com/alessandrofrancesconi/gimp-plugin-bimp/releases/tag/v2.6 then you remove Progessiv and as Baseline Thank you Hr. Bodmer for your Work