Agamnentzar / ag-psd

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

how to get clipping data? #185

Open yianan001 opened 1 month ago

yianan001 commented 1 month ago

image

yianan001 commented 1 month ago

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

Agamnentzar commented 1 month 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.