summaryrefslogtreecommitdiffstats
path: root/graphics/gdk-pixbuf-psd/README
diff options
context:
space:
mode:
author B. Watson2019-12-29 05:17:49 +0100
committer Willy Sudiarto Raharjo2019-12-29 05:17:49 +0100
commitbd1a7fd096cf42895510ebcd2b0c9411bd5e98cf (patch)
treebef915f309cf976513a8c4de6c31f68247617ba5 /graphics/gdk-pixbuf-psd/README
parentbfcb447214296edd29bc4c148334fa87731bbce9 (diff)
downloadslackbuilds-bd1a7fd096cf42895510ebcd2b0c9411bd5e98cf.tar.gz
graphics/gdk-pixbuf-psd: Added (gdk-pixbuf2 loader for PSD files).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/gdk-pixbuf-psd/README')
-rw-r--r--graphics/gdk-pixbuf-psd/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/gdk-pixbuf-psd/README b/graphics/gdk-pixbuf-psd/README
new file mode 100644
index 0000000000..f518211a31
--- /dev/null
+++ b/graphics/gdk-pixbuf-psd/README
@@ -0,0 +1,20 @@
+gdk-pixbuf-psd (gdk-pixbuf2 loader for Photoshop PSD files)
+
+This project aims to provide a GdkPixbuf loader for the PSD file format.
+
+GdkPixbuf is part of GTK and applications like Eye of GNOME and gThumb use
+it to handle image loading. The loader provided by this project will let
+those applications open PSD images and enable thumbnails in nautilus, too.
+
+The loader supports:
+- RGB and CYMK images
+- RLE compression
+- 8 and 16 bit color depths
+
+This implementation is based on this specification [1] and PHP PSD Reader [2].
+
+[1] http://www.fileformat.info/format/psd/egff.htm
+[2] http://www.kingsquare.nl/phppsdreader
+
+Installing this allows qiv to display PSD images. It should work for geeqie
+as well, but seems to have problems.