An open API service indexing awesome lists of open source software.

https://github.com/mdboom/pytoshop

Library for reading and writing Photoshop PSD and PSB files
https://github.com/mdboom/pytoshop

graphics photoshop python science

Last synced: about 2 months ago
JSON representation

Library for reading and writing Photoshop PSD and PSB files

Awesome Lists containing this project

README

          

===============================
pytoshop
===============================

.. image:: https://img.shields.io/pypi/v/pytoshop.svg
:target: https://pypi.python.org/pypi/pytoshop

.. image:: https://img.shields.io/travis/mdboom/pytoshop.svg
:target: https://travis-ci.org/mdboom/pytoshop

.. image:: https://readthedocs.org/projects/pytoshop/badge/?version=latest
:target: https://pytoshop.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. image:: https://img.shields.io/codecov/c/github/mdboom/pytoshop.svg
:target: https://codecov.io/gh/mdboom/pytoshop
:alt: Coverage status

A Python-based library to read and write Photoshop PSD and PSB files.

Based on the specification `from Adobe
`__,
but also with the help of the `psd-tools
`__ source code.

* Free software: BSD license
* Documentation: https://pytoshop.readthedocs.io.

Features
--------

- Parsing of the most important tags. This is not complete, but the
infrastructure is in place to add support for more quite easily.

- Loading of complex nested layer structures, and the ability to edit
them and write them back out.