ClippingPath
class ClippingPath extends BasePageAction
Defines the clipping path to use when trimming pixels.
Methods
byIndex(int $index)
Creates and instance using the index.
byName(string $name, int $index = null)
Creates an instance using the name.
__construct(string $clippingPath, FlagQualifier $method = null)
ClippingPath constructor.
evenOdd()
Trims pixels according to a clipping path included in the original image using an evenodd clipping rule.
Details
PageIndexTrait
byIndex(int $index)
Creates and instance using the index.
PageNameTrait
byName(string $name, int $index = null)
Creates an instance using the name.
__construct(string $clippingPath, FlagQualifier $method = null)
ClippingPath constructor.
ClippingPath
evenOdd()
Trims pixels according to a clipping path included in the original image using an evenodd clipping rule.