Displaying .jpg images with an Arduino, well.. teensy.

I'd like to be able to grab a standard .jpg image and display it on a screen. I can do the .bmp images, but its a pain to convert everything into the .bmp format.

The problem is.. finding a library that I can port to the Arduino. Most everything I've seen so far is pretty complicated and tied closely to the O.S. its meant for. What I was hoping for is a library that I could give it a file stream and get back pixel values.

Anyone done stuff in this field? Its a bit overwhelming at the start.

Thanks!

-jim lee

GitHub - Bodmer/JPEGDecoder: A JPEG decoder library ??

Thank you! Looks like what I was after.

-jim lee