{"id":13440952,"url":"https://github.com/psd-tools/psd-tools","last_synced_at":"2025-05-13T00:15:21.730Z","repository":{"id":5049339,"uuid":"6210553","full_name":"psd-tools/psd-tools","owner":"psd-tools","description":"Python package for reading Adobe Photoshop PSD files","archived":false,"fork":false,"pushed_at":"2025-02-25T00:26:59.000Z","size":10894,"stargazers_count":1226,"open_issues_count":83,"forks_count":196,"subscribers_count":43,"default_branch":"main","last_synced_at":"2025-05-13T00:15:02.254Z","etag":null,"topics":["photoshop","psd","python"],"latest_commit_sha":null,"homepage":"https://psd-tools.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"sameersbn/docker-gitlab-ci","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/psd-tools.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":"docs/contributing.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-10-14T04:26:41.000Z","updated_at":"2025-05-11T08:20:15.000Z","dependencies_parsed_at":"2023-07-05T17:01:13.182Z","dependency_job_id":"e11013b5-1e9f-4d62-a79a-012d9bb89561","html_url":"https://github.com/psd-tools/psd-tools","commit_stats":{"total_commits":1211,"total_committers":27,"mean_commits":"44.851851851851855","dds":"0.24442609413707683","last_synced_commit":"3ce7feede8446fe3fe7648cbe043880b6459d84e"},"previous_names":[],"tags_count":91,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psd-tools%2Fpsd-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psd-tools%2Fpsd-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psd-tools%2Fpsd-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psd-tools%2Fpsd-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psd-tools","download_url":"https://codeload.github.com/psd-tools/psd-tools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253843225,"owners_count":21972874,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["photoshop","psd","python"],"created_at":"2024-07-31T03:01:28.238Z","updated_at":"2025-05-13T00:15:21.701Z","avatar_url":"https://github.com/psd-tools.png","language":"Python","readme":"psd-tools\n=========\n\n``psd-tools`` is a Python package for working with Adobe Photoshop PSD files\nas described in specification_.\n\n|pypi| |build| |docs|\n\n.. _specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/\n\n.. |pypi| image:: https://img.shields.io/pypi/v/psd-tools.svg\n    :alt: PyPI Version\n    :target: https://pypi.python.org/pypi/psd-tools\n\n.. |build| image:: https://github.com/psd-tools/psd-tools/actions/workflows/ci.yml/badge.svg\n    :alt: Build\n    :target: https://github.com/psd-tools/psd-tools/actions/workflows/ci.yml\n\n.. |docs| image:: https://readthedocs.org/projects/psd-tools/badge/\n    :alt: Document Status\n    :target: http://psd-tools.readthedocs.io/en/latest/\n\nFeatures\n--------\n\nSupported:\n\n* Read and write of the low-level PSD/PSB file structure\n* Raw layer image export in NumPy and PIL format\n\nLimited support:\n\n* Composition of basic pixel-based layers\n* Composition of fill layer effects\n* Vector masks\n* Editing of some layer attributes such as layer name\n* Basic editing of pixel layers and groups, such as adding or removing a layer\n* Blending modes except for dissolve\n* Drawing of bezier curves\n\nNot supported:\n\n* Editing of various layers such as type layers, shape layers, smart objects, etc.\n* Composition of adjustment layers\n* Composition of many layer effects\n* Font rendering\n\nInstallation\n------------\n\nUse ``pip`` to install the package::\n\n    pip install psd-tools\n\nGetting started\n---------------\n\n.. code-block:: python\n\n    from psd_tools import PSDImage\n\n    psd = PSDImage.open('example.psd')\n    psd.composite().save('example.png')\n\n    for layer in psd:\n        print(layer)\n        layer_image = layer.composite()\n        layer_image.save('%s.png' % layer.name)\n\nCheck out the documentation_ for features and details.\n\n.. _documentation: https://psd-tools.readthedocs.io/\n\nContributing\n------------\n\nSee contributing_ page.\n\n.. _contributing: https://github.com/psd-tools/psd-tools/blob/master/docs/contributing.rst\n\n.. note::\n\n    PSD specification_ is far from complete. If you cannot find a desired\n    information in the documentation_, you should inspect the low-level\n    data structure.\n","funding_links":[],"categories":["HarmonyOS","Python"],"sub_categories":["Windows Manager"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsd-tools%2Fpsd-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsd-tools%2Fpsd-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsd-tools%2Fpsd-tools/lists"}