Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

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
Task Type Patches
Category Simulator
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

Using:

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).
(application/octet-stream)    ui-png.patch (3 KiB)
 tools/configure          |    6 +++---
 uisimulator/sdl/Makefile |    6 +++---
 uisimulator/sdl/uisdl.c  |    4 +++-
 3 files changed, 9 insertions(+), 7 deletions(-)

This task depends upon

Closed by  Alex Parker (BigBambi)
Sunday, 06 June 2010, 00:05 GMT+2
Reason for closing:  Rejected

Loading...