diff --git a/FL/Fl_Image.H b/FL/Fl_Image.H index db9f75274..121341e5a 100644 --- a/FL/Fl_Image.H +++ b/FL/Fl_Image.H @@ -336,8 +336,9 @@ class Fl_SVG_Image; Images with an even number of channels are assumed to contain alpha information, which is used to blend the image with the contents of the screen. - Functions \ref fl_write_png and \ref fl_write_jpeg allow to save any - Fl_RGB_Image object to a PNG or JPEG file, respectively. + Functions fl_write_png(const char *filename, Fl_RGB_Image *img) and + fl_write_jpeg(const char *filename, Fl_RGB_Image *img) allow to save + any Fl_RGB_Image object to a PNG or JPEG file, respectively. Both require linking to the \p fltk_images library. Fl_RGB_Image is defined in