LegacyProductImageProcessing

Implements \ProductImageProcessingInterface

Class LegacyProductImageProcessing

category

System

package

Product

subpackage

Entities

Methods

Proceed Image

proceedImage(\FilenameStringType $image) : \LegacyProductImageProcessing

Processes an image for the front end.

Throws
\FileNotFoundException

if the provided image was not found.

\RuntimeException

if the PHP GD library is not installed.

\InvalidArgumentException

if the provided image name is not valid.

Arguments

$image

\FilenameStringType

Image to proceed.

Response

\LegacyProductImageProcessing

Same instance for chained method calls.