Am 10.06.12, 14:47 +0200 schrieb Kai-Uwe Behrmann: > How can I replace the default image handlers with my own ones? > A simple Fl_Shared_Image::add_handler(myImageCheck); > did not help. The handler is not called for known formats, like PNG. Only > unknown formats are sen by myImageCheck.
The following sequence helped in adding our image handler before the default FLTK on: Fl_Shared_Image::add_handler(iccImageCheck); Fl_File_Icon::load_system_icons(); kind regards Kai-Uwe Behrmann -- developing for colour management www.behrmann.name + www.oyranos.org _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

