A GPU accelerated image viewer for the Raspberry Pi.
Make sure that you have the development header for libjpeg and libpng installed (libjpeg8-dev, libpng12-dev) then make with:
make ilclient
make
And install with:
sudo make install
-
- non-progressive: OMX image_decode
- progressive: libjpeg
-
- libpng
- Matt Ownby, Anthong Sale for their hello_jpeg example
- Jan Newmarch for his blog: Programming AudioVideo on the Raspberry Pi GPU
- The xbmc/kodi guys for their omxplayer
- Everyone else I might have forgotten