mirror of
https://github.com/fltk/fltk.git
synced 2026-05-30 21:25:30 +08:00
Remove doxygen warning
todo: find the real cause of these warnings in the previous version: FL/Fl_Image.H:339: warning: unable to resolve reference to 'fl_write_png' for \ref command FL/Fl_Image.H:339: warning: unable to resolve reference to 'fl_write_jpeg' for \ref command
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user