MolecularMatters / psd_sdk

A C++ library that directly reads Photoshop PSD files.

Home Page:https://molecular-matters.com/products_psd_sdk.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a discussion forum and documentation?

velara3 opened this issue · comments

Is there a discussion forum or documentation on using the library?

Documentation for using the library can be found in the example code.

Documentation for using the library can found in the example code.

Currently only images in tga format can be output? Can you support the output in png format?

Currently only images in tga format can be output? Can you support the output in png format?

Since this is not core functionality in our library, but extra example code, we will most likely not add this ourselves.
However, please feel free to add this using e.g. spng and provide a PR.

Currently only images in tga format can be output? Can you support the output in png format?

Since this is not core functionality in our library, but extra example code, we will most likely not add this ourselves. However, please feel free to add this using e.g. spng and provide a PR.

When will it be added to the sample code?

As mentioned above, we will not add it to the sample code, unless somebody makes a PR for it.