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

Allow for swapping of image data #85

Open EmilDohne opened 2 months ago

EmilDohne commented 2 months ago

While writing this https://github.com/EmilDohne/PhotoshopAPI/discussions/84 post I realized that at the moment actually swapping out the image buffer without recreating the layer is quite cumbersome and definitely not ideal. This should have a more easily available syntax to allow for image processing and then putting the image data back.

This counts for both C++ and Python although for python this is a bit more pressing