class Show implements FilterInterface

A show filter.

Methods

__construct(string $format, array $options = array())

Constructs the Show filter with given format and options.

apply(ImageInterface $image)

Applies scheduled transformation to an ImageInterface instance.

Details

at line 38
__construct(string $format, array $options = array())

Constructs the Show filter with given format and options.

Parameters

string $format
array $options

at line 49
ImageInterface apply(ImageInterface $image)

Applies scheduled transformation to an ImageInterface instance.

Parameters

ImageInterface $image

Return Value

ImageInterface returns the processed ImageInterface instance

See also

FilterInterface::apply