phpDocumentor

ImageProcessingServiceInterface

Interface ImageProcessingServiceInterface

Tags
category

System

subpackage

Services

Table of Contents

createMissingImages()  : bool
Creates popup, info, thumbnail and gallery images of given original image file if they are missing.
isTriggerSet()  : bool
Checks if trrigger for recreation of all images is set.
recreateAllImages()  : bool
Creates popup, info, thumbnail and gallery images of given original image.
removeTrigger()  : void
Removes the trigger for recreation of all image files.
setTrigger()  : void
Sets trigger for recreation of all image files.

Methods

createMissingImages()

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

public createMissingImages(ExistingFile $originalImageFilePath) : bool
Parameters
$originalImageFilePath : ExistingFile
Return values
bool

if image processed successfully.

recreateAllImages()

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

public recreateAllImages(ExistingFile $originalImageFilePath) : bool
Parameters
$originalImageFilePath : ExistingFile
Return values
bool

if image processed successfully.

Search results