From ae3aaf71338960e85d27c88d7004497409c6a6d9 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sat, 21 Apr 2018 00:19:09 +1000 Subject: More polishing, fixing of minor overlooked things, etc --- doc/fl_jpeg_image.html | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 doc/fl_jpeg_image.html (limited to 'doc/fl_jpeg_image.html') diff --git a/doc/fl_jpeg_image.html b/doc/fl_jpeg_image.html new file mode 100644 index 0000000..b948ab0 --- /dev/null +++ b/doc/fl_jpeg_image.html @@ -0,0 +1,72 @@ + + + + + + + Fl_JPEG_Image Binding Map + + + + + + +

Fl_JPEG_Image Binding Map

+ + + + + + + + + + +
Package name
Fl_JPEG_ImageFLTK.Images.RGB.JPEG
+ + + + + + + + + + + + + + + + +
Types
Fl_JPEG_ImageJPEG_Image
 JPEG_Image_Reference
+ + + + + + + + + + + + + + + + +
Functions and Procedures
+Fl_JPEG_Image(const char *filename);
+
+function Create
+       (Filename : in String)
+    return JPEG_Image;
+
+Fl_JPEG_Image(const char *name, const unsigned char *data);
+
 
+ + + + + -- cgit