Agamnentzar / ag-psd

Javascript library for reading and writing PSD files
Other
504 stars 66 forks source link

how to get clipping data? #185

Open yianan001 opened 4 months ago

yianan001 commented 4 months ago

image

yianan001 commented 4 months ago

Only clipping is true or false, without clipping associated layer data.

Agamnentzar commented 4 months ago

clipping field indicates if layer is part of clipping group, like this:

image

This means that layer content is being clipped to the clipping base layer below it.