GitXplorerGitXplorer
m

pytoshop

public
119 stars
23 forks
27 issues

Commits

List of commits on branch master.
Unverified
1d83f3f066558acd6cbb1915b48db3ebf2b2cb90

Bump version: 1.2.0 → 1.2.1

mmdboom committed 6 years ago
Unverified
e71026212ee32df96dfbc09d17c7ab3d04d48247

Merge tag 'v1.2.0'

mmdboom committed 6 years ago
Unverified
f30dcba4dc89880ff88a5baa3116c2e47bc6391b

LINT

mmdboom committed 6 years ago
Verified
e5080468aee34f09abce4404bca5a6e296126989

Remove mutable default arguments in layers.py

ddbr committed 6 years ago
Unverified
7e80cb68e516bb5ac6c9450fcbdb12a068d90426

Bump version: 1.1.0 → 1.2.0

mmdboom committed 7 years ago
Verified
1d2c2b6dce5f373e3fb5468750d4e5af8bd1867e

Merge pull request #7 from mdboom/typing

mmdboom committed 7 years ago

README

The README file for this repository.

=============================== 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 <https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/>, but also with the help of the psd-tools <https://github.com/psd-tools/psd-tools/> source code.

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.