summaryrefslogtreecommitdiff
path: root/graphics/raw-thumbnailer/README
diff options
context:
space:
mode:
authorMichiel van Wessem <michiel@slackbuilds.org>2010-05-11 20:00:38 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-11 20:00:38 +0200
commit8c8004b8e1bdba6c9b54ee3b48dbe5ab70f65a97 (patch)
tree035e357d862b58634f2afb15e1887a4588b23229 /graphics/raw-thumbnailer/README
parent7d2235a47fb2f6e5df06982cb096139a76bd3145 (diff)
downloadslackbuilds-8c8004b8e1bdba6c9b54ee3b48dbe5ab70f65a97.tar.gz
graphics/raw-thumbnailer: Added to 12.0 repository
Diffstat (limited to 'graphics/raw-thumbnailer/README')
-rw-r--r--graphics/raw-thumbnailer/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/raw-thumbnailer/README b/graphics/raw-thumbnailer/README
new file mode 100644
index 0000000000..aff7dfc3fc
--- /dev/null
+++ b/graphics/raw-thumbnailer/README
@@ -0,0 +1,11 @@
+This simple program generates thumbnails of digital camera raw image files
+using libopenraw and GDK. It supports the same file formats as libopenraw
+<http://libopenraw.freedesktop.org/wiki/FileFormats>.
+
+This thumbnailer is designed to be small, lightweight, and fast. It is
+primarily intended to be used with file managers (although it could easily
+be used by a photograph management program) and is used by thunar-thumbnailers.
+
+ Usage: raw-thumbnailer -i input_file -o output_file -s size
+
+raw-thumbnailer requires libopenraw (also available at SlackBuilds.org).