mattes / epeg

Insanely fast JPEG/ JPG thumbnail scaling with the minimum fuss and CPU overhead. It makes use of libjpeg features of being able to load an image by only decoding the DCT coefficients needed to reconstruct an image of the size desired.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use the lib in MCUs without libexif

Moo2017 opened this issue · comments

commented

Hi @mattes
I want to use this library in my project which is an embedded projects , can I use this without libexif?
Also I need jconfig.h and jmorecfg.h and config.h , where can I get those , ( i've downloaded jconfig.h and jmorecfg.h but not sure about the configuration , do I need to do some changes? )