PsdLayer
class PsdLayer extends BasePageAction
Represents a layer in a Photoshop document.
Learn more: Deliver selected layers of a PSD image
Methods
byName(string $name, int $index = null)
Creates an instance using the name.
byNames(string ...$names)
Creates a new instance using provided names.
byIndex(int $index)
Creates and instance using the index.
byRange(int|string $start, int|string $end = null)
Gets pages using the specified range.
Details
PageNameTrait
byName(string $name, int $index = null)
Creates an instance using the name.
PageNamesTrait
byNames(string ...$names)
Creates a new instance using provided names.
PageIndexTrait
byIndex(int $index)
Creates and instance using the index.
PageRangeTrait
byRange(int|string $start, int|string $end = null)
Gets pages using the specified range.