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
- Host: GitHub
- URL: https://github.com/mdboom/pytoshop
- Owner: mdboom
- License: other
- Created: 2016-11-22T18:17:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-09-07T10:32:12.000Z (about 3 years ago)
- Last Synced: 2025-07-25T02:59:33.329Z (3 months ago)
- Topics: graphics, photoshop, python, science
- Language: Python
- Size: 2.19 MB
- Stars: 121
- Watchers: 10
- Forks: 24
- Open Issues: 27
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
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 statusA 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.