aboutsummaryrefslogtreecommitdiffstats
path: root/doc/info/chap/overview.texinfo
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-08 12:22:45 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-08 12:22:45 +0100
commit028adf5cefe3344317a39dcde5d73cc530007a12 (patch)
treebd2264194de60485c3d80bbdf24befe87f02c2fe /doc/info/chap/overview.texinfo
parenttouch .po files when update, incase .pot is newer but without updates (diff)
downloadscrotty-028adf5cefe3344317a39dcde5d73cc530007a12.tar.gz
scrotty-028adf5cefe3344317a39dcde5d73cc530007a12.tar.bz2
scrotty-028adf5cefe3344317a39dcde5d73cc530007a12.tar.xz
structural improvements to the texinfo manual
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'doc/info/chap/overview.texinfo')
-rw-r--r--doc/info/chap/overview.texinfo20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/info/chap/overview.texinfo b/doc/info/chap/overview.texinfo
new file mode 100644
index 0000000..f5d1ff3
--- /dev/null
+++ b/doc/info/chap/overview.texinfo
@@ -0,0 +1,20 @@
+@node Overview
+@chapter Overview
+
+@command{scrotty} is a simple command for taking a screenshot
+of your framebuffers. It can be used to take a screenshot of
+your @sc{TTY} session, but it cannot take a screenshot of your
+@sc{X} session.@footnote{Unless it is for some reason is
+rendered on the framebuffer.}
+
+@command{scrotty} is designed after @command{scrot}, but
+includes a some improvements. Namely it does not support
+delaying the screenshot, selecting image quality or creating
+thumbnails, but it has support for adding arbitrary arguments
+to @command{convert} (from the ImageMagick project), which
+is used to save the image.
+
+@command{scrotty} reads the data stored in the framebuffers,
+convert it the @sc{PNM} images and pipes it to @command{convert}
+to create @sc{PNG} images.
+