PsdTools
abstract class PsdTools
Tools for working with specified layers of a Photoshop image
Methods
smartObject(SmartObject|int ...$smartObjects)
Extracts the original content of an embedded object of a Photoshop image.
clip(int|string $clippingPath = null)
Trims the pixels of a PSD image according to a Photoshop clipping path that is stored in the image's metadata.
Details
static PsdLayer
getLayer(PsdLayer|int ...$layers)
Delivers an image containing only specified layers of a Photoshop image.
static SmartObject
smartObject(SmartObject|int ...$smartObjects)
Extracts the original content of an embedded object of a Photoshop image.
static ClippingPath
clip(int|string $clippingPath = null)
Trims the pixels of a PSD image according to a Photoshop clipping path that is stored in the image's metadata.