pushparaj muthu wrote:
> How different format are converted into uncompressed RGB
> 
> I meant to ask what is the name of the function is called
> to convert uncompressed RGB

        Each of the Fl_XXX_Image classes has different code
        for handling loading the different XXX image formats
        into the binary RGB data array.

        Look at the constructor for each of the Fl_XXX_Image
        classes to see how loading is handled.

        For instance, to see how a BMP is loaded, look at
        the Fl_BMP_Image(const char *) constructor in Fl_BMP_Image.cxx.

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

Reply via email to