PhotoshopAPI icon indicating copy to clipboard operation
PhotoshopAPI copied to clipboard

When creating a Photoshop file with only group layers we cannot open the file

Open EmilDohne opened this issue 3 months ago • 0 comments

This appears to be due to the way we calculate the amount of channels in a file when going from LayeredFile<T> -> PhotoshopFile. It doesnt detect any channels and therefore writes out 0 which isnt valid for Photoshop. What it appears to actually do is just write out 4 channels in RGB mode and write that into the merged image data section

EmilDohne avatar Mar 14 '24 13:03 EmilDohne