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

Support PSD (Photoshop) files #67

Open
ghost opened this issue May 19, 2022 · 4 comments
Open

Support PSD (Photoshop) files #67

ghost opened this issue May 19, 2022 · 4 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ghost
Copy link

ghost commented May 19, 2022

It would be extremely beneficial if this program could in the future open and manipulate and save/export to PSD files. It would make transition from photoshop to cascade easier.

@ttddee ttddee added enhancement New feature or request help wanted Extra attention is needed labels May 19, 2022
@ghost
Copy link
Author

ghost commented May 20, 2022

@ttddee
If it helps, adobe has published specs on the photoshop file format for third parties to read and write PSD files.

https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/
also found this: https://github.com/MolecularMatters/psd_sdk

Reply back if you have any questions.

@ttddee
Copy link
Owner

ttddee commented May 20, 2022

Thanks!

So the plan here would be to first check how complete or not the support for PSD in OpenImageIO is.

If that is not sufficient, then check the library above.

I also think reading PSD is much more important than writing. Writing PSDs from Cascade doesn't make that much sense because we don't have smart objects, adjustment layers etc. If the user wants to go back to Photoshop, they could just write a multi-channel EXR or TIF.

@ghost
Copy link
Author

ghost commented May 25, 2022

@ttddee
I truly think adjustment layers because of how convenient they are should be implemented.

@ttddee
Copy link
Owner

ttddee commented May 25, 2022

Cascade doesn't have the concept of layers. You can do everything an adjustment layer can do (and more) with a node.

IMO adjustment layers are pretty limited in their functionality, as they only allow certain types of filters to be applied.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant