This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#6367 - Convert UI backgrounds to PNG
Attached to Project:
Rockbox
Opened by Robert Keevil (obo) - Tuesday, 21 November 2006, 18:14 GMT+2
Last edited by Alex Parker (BigBambi) - Sunday, 06 June 2010, 00:05 GMT+2
Opened by Robert Keevil (obo) - Tuesday, 21 November 2006, 18:14 GMT+2
Last edited by Alex Parker (BigBambi) - Sunday, 06 June 2010, 00:05 GMT+2
|
DetailsUsing:
for bmp in `ls *.bmp| sed 's/.bmp//'`; do convert $bmp.bmp $bmp.png ; done in /uisimulator/sdl reduces the size of the images from 5.8Mb to 2.0Mb Patch changes the sim to use PNG background images, but adds a requirement for SDL_Image (which isn't available by default under cygwin). |
This task depends upon