On Wed, 6 Aug 2008, pushparaj muthu wrote: > what is the advantage and disadvantage of using xpm file ( generated by > fluid ) over bmp image for > display image on widget
The xpm format is text-based. As such, it can be included as C source code, whereas bmp images would have to be made available through resource files. As fluid does the conversion automatically, you normally don't have to worry about it- as long as fluid can display it, it will be converted properly. Best, Marc _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

