[Scummvm-devel] PORTERS: Logo update
Marcus Comstedt
marcus at mc.pp.se
Wed Oct 14 20:50:38 CEST 2009
Jordi Vilalta <jvprat at jvprat.com> writes:
>> - backends/platform/backends/dc/deficon.h
>>
>> This is the 16 colour 32x32 pixel .ICO converted to C source
>> for easy inclusion. (ScummVM writes it as icon for savegames
>> where it can not find a game-specific icon in the datadir.)
>
> Did you use a specific program to do the conversion?
I probably just used a Pike one-liner, like
write("%{%{0x%02x,%}\n%}",values(Stdio.read_file("scummvm.ico"))/1/16.0/1);
(By the way, if I do this with the new scummvm_icon_32.ico, I get
much more data than before, so I guess this file contains more
bit-depths? It would be nice to use one which has 4-bit colour only,
since that is the only bit-depth which will be actually used.)
// Marcus
More information about the Scummvm-devel
mailing list