Imagine API
Class

Imagine\Filter\Basic\Show

class Show implements FilterInterface

Methods

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

Constructs the Show filter with given format and options

ImageInterface apply(ImageInterface $image)

Applies scheduled transformation to ImageInterface instance Returns processed ImageInterface instance

Details

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

Constructs the Show filter with given format and options

Parameters

string $format
array $options

at line 44
public ImageInterface apply(ImageInterface $image)

Applies scheduled transformation to ImageInterface instance Returns processed ImageInterface instance

Parameters

ImageInterface $image

Return Value

ImageInterface