From b421d4e7e06f977436b6e6195b95ca44d884e0c0 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 2 Jun 2019 20:50:28 -0400 Subject: Add guile-sdl2 manual. --- manuals/guile-sdl2/Images.html | 127 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 manuals/guile-sdl2/Images.html (limited to 'manuals/guile-sdl2/Images.html') diff --git a/manuals/guile-sdl2/Images.html b/manuals/guile-sdl2/Images.html new file mode 100644 index 0000000..410d942 --- /dev/null +++ b/manuals/guile-sdl2/Images.html @@ -0,0 +1,127 @@ + + + + + + +Images (Guile-SDL2) + + + + + + + + + + + + + + + + + + + + +
+

+Next: , Previous: , Up: API Reference   [Contents][Index]

+
+
+ +

3.8 Images

+ +
+
(use-modules (sdl2 image))
+
+ +
+
Procedure: image-init
+

Initialize dynamically loaded image libraries. +

+ +
+
Procedure: image-quit
+

Clean up dynamically loaded image libraries. +

+ +
+
Procedure: load-image file
+

Load the image in file and return an SDL surface. +

+ +
+
Procedure: save-png surface file
+

Save surface to file as a PNG formatted image. +

+ + + + + + -- cgit v1.2.3