Bodmer / JPEGDecoder

A JPEG decoder library
Other
220 stars 64 forks source link

RGB Values #51

Closed tarbear123 closed 3 years ago

tarbear123 commented 3 years ago

if i have gifs on a sd card and want to display them on a led matrix,will this decode the gif into rgb values to show the image on the led matrix?

Bodmer commented 3 years ago

This library decodes jpeg images, not gif files. Jpegs are decoded into 16 bit 565 format colour values.