Programatically resizing individual Groups of a PSD, then rendering them to PNG in C++ – Photoshop
I want to know if it is possible to read PSD files from C++, resize 1 specific Group programmatically, then render the result to a PNG. So far I found some code that reads and renders PSD files "as is",…