ImageProcessingServiceInterface

Extends

Interface ImageProcessingServiceInterface

category

System

package

ImageProcessing

subpackage

Services

Methods

Creates popup, info, thumbnail and gallery images of given original image file if they are missing.

createMissingImages(\ExistingFile $originalImageFilePath) : boolean

Arguments

$originalImageFilePath

\ExistingFile

Response

boolean

if image processed successfully.

Checks if trrigger for recreation of all images is set.

isTriggerSet() : boolean
static

Response

boolean

Creates popup, info, thumbnail and gallery images of given original image.

recreateAllImages(\ExistingFile $originalImageFilePath) : boolean

Arguments

$originalImageFilePath

\ExistingFile

Response

boolean

if image processed successfully.

Removes the trigger for recreation of all image files.

removeTrigger() : void
static

Sets trigger for recreation of all image files.

setTrigger() : void
static