Icon loader

Does anyone knows a good icon loader usable with SDL?

I need to load and display icons inside so not the windows-bar or
task-bar is my goal. I need an icon parser which gives back an array of
bytes or something similar …

-Barni

Look in the testwm.c found here.
http://svn.ps2dev.org/listing.php?repname=psp&path=%2Ftrunk%2FSDL%2Ftest%2F&rev=651&sc=0

I thought the test demos were included with the source that way you can test
if SDL is working properly but I can’t find the folder…On 10/22/07, Barni wrote:

Does anyone knows a good icon loader usable with SDL?

I need to load and display icons inside so not the windows-bar or
task-bar is my goal. I need an icon parser which gives back an array of
bytes or something similar …

-Barni


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

I think that what Barni want is .ico format support.
SDL_Image doesn’t support it.

GIMP and GQView do support that format, maybe you could look at how
they do it.–
Sylvain

On Thu, Oct 25, 2007 at 08:37:12PM -0500, Jonathan Greig wrote:

Look in the testwm.c found here.
http://svn.ps2dev.org/listing.php?repname=psp&path=%2Ftrunk%2FSDL%2Ftest%2F&rev=651&sc=0

I thought the test demos were included with the source that way you can test
if SDL is working properly but I can’t find the folder…

On 10/22/07, Barni wrote:

Does anyone knows a good icon loader usable with SDL?

I need to load and display icons inside so not the windows-bar or
task-bar is my goal. I need an icon parser which gives back an array of
bytes or something similar …

-Barni