EmilDohne / PhotoshopAPI

A modern and performant C++20 read/write parser of Photoshop Files (*.psd and *.psb) with fully fledged Python bindings hosted on PyPi
https://photoshopapi.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
94 stars 9 forks source link

Add Support for Greyscale #59

Open EmilDohne opened 6 months ago

EmilDohne commented 6 months ago

Greyscale is currently only partially supported but shouldnt be far off from actually fully working within the PhotoshopAPI. Testing this is required and ironing out any kinks + raising warnings if writing a file that would not be Photoshop compliant (i.e. not all adjustment layers are supported in Greyscale)