Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create python bindings for the PSAPI #48

Closed
EmilDohne opened this issue Feb 17, 2024 · 2 comments
Closed

Create python bindings for the PSAPI #48

EmilDohne opened this issue Feb 17, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request python Issues related to the python bindings

Comments

@EmilDohne
Copy link
Owner

This is the main issue for adding bindings for the PhotoshopAPI. Likely this will be as a module called psapi.

The general workflow can then be:

import psapi

file = psapi.LayeredFile_8bit.read("in_path.psd")
psapi.LayeredFile_8bit.write(file, "out_path.psd")

The initial goal is to support all items referenced in the docs

@EmilDohne EmilDohne added enhancement New feature or request python Issues related to the python bindings labels Feb 17, 2024
@EmilDohne EmilDohne self-assigned this Feb 17, 2024
@EmilDohne
Copy link
Owner Author

This is currently in developent under the feat-add-python-bindings branch

@EmilDohne
Copy link
Owner Author

We are making good progress on this and the bindings are now ready for the v0.2.0 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request python Issues related to the python bindings
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant