Skip to content

goeppes/gdk-pixbuf-psd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Original
Article: http://blog.sukimashita.com/2011/04/21/view-psd-photoshop-files-on-linux-desktop-with-gnome-using-gdk-pixbuf-psd/
Repo: https://cgit.sukimashita.com/gdk-pixbuf-psd.git/

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

Installation:

$ ./configure
$ make
$ sudo make install
$ gdk-pixbuf-query-loaders --update-cache

If you install from source, run "./autogen.sh" to generate the build files.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C 89.9%
  • M4 6.3%
  • Makefile 2.4%
  • Shell 1.4%