1
0
Fork 0
forked from len0rd/rockbox

Rework ppmviewer to fit our shiny new imageviewer framework. FS#11818 by me.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29012 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marcin Bukat 2011-01-09 13:22:54 +00:00
parent 6d05e27d68
commit 6e3da841be
12 changed files with 574 additions and 358 deletions

View file

@ -29,6 +29,9 @@ enum image_type {
IMAGE_BMP = 0,
IMAGE_JPEG,
IMAGE_PNG,
#ifdef HAVE_LCD_COLOR
IMAGE_PPM,
#endif
MAX_IMAGE_TYPES
};