Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/help/rest/saveimg.txt
diff options
context:
space:
mode:
authorBernie Innocenti <bernie@codewiz.org>2010-05-03 21:53:47 (GMT)
committer Bernie Innocenti <bernie@codewiz.org>2010-05-03 21:53:47 (GMT)
commit1030dc837b10a03a02a85d5504cbeec168ce49e2 (patch)
tree698eefa87ac437deaf36a4141b326f8ce7986692 /help/rest/saveimg.txt
Import XaoS r489 (trunk after version 3.5)
Diffstat (limited to 'help/rest/saveimg.txt')
-rw-r--r--help/rest/saveimg.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/help/rest/saveimg.txt b/help/rest/saveimg.txt
new file mode 100644
index 0000000..ea4ea8b
--- /dev/null
+++ b/help/rest/saveimg.txt
@@ -0,0 +1,21 @@
+.. _saveimg:
+
+.. index::
+ pair: menu item; Save image
+ pair: command line option; saveimg
+ pair: command; saveimg
+
+Save image
+==========
+
+**Syntax**:(saveimg file)
+
+Save current state to an image file. This file is in .png (portable network
+graphics) format, which can be read by many applications varying from graphics
+programs all the way to Web browsers.
+
+This function needs an external library called libpng. If the library wasn't
+available during compilation, this function is unavailable too. Please see
+INSTALL for more information about obtaining libpng and recompiling XaoS.
+
+**Available as**: menu item, command line option, command