pushparaj muthu wrote:
> Hi
> 
>  Could you please tell me what is the function its convert bmp image to xpm
> format in the fltk source code?
> And also name of the file.

        FLTK doesn't do format conversion.

        Best way is to use a paint program to just load the bmp, then
        save it back out as an .xpm, or use a tool like ImageMagick
        which specializes in format conversion, eg. IM's convert(1) tool:

                convert foo.bmp foo.xpm
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to