README 736 B

123456789101112131415161718192021222324
  1. gdk-pixbuf-psd (gdk-pixbuf2 loader for Photoshop PSD files)
  2. This project aims to provide a GdkPixbuf loader for the PSD file
  3. format.
  4. GdkPixbuf is part of GTK and applications like Eye of GNOME and gThumb
  5. use it to handle image loading. The loader provided by this project
  6. will let those applications open PSD images and enable thumbnails in
  7. nautilus, too.
  8. The loader supports:
  9. - RGB and CYMK images
  10. - RLE compression
  11. - 8 and 16 bit color depths
  12. This implementation is based on this specification [1] and PHP PSD
  13. Reader [2].
  14. [1] http://www.fileformat.info/format/psd/egff.htm
  15. [2] http://www.kingsquare.nl/phppsdreader
  16. Installing this allows qiv to display PSD images. It should work for
  17. geeqie as well, but seems to have problems.