HumHub Documentation (unofficial)

ImagineInterface extends ClassFactoryAwareInterface

The imagine interface.

Table of Contents

Constants

VERSION  = '1.3.5'

Methods

create()  : ImageInterface
Creates a new empty image with an optional background color.
font()  : FontInterface
Constructs a font with specified $file, $size and $color.
getClassFactory()  : ClassFactoryInterface
Get the class factory instance to be used.
getMetadataReader()  : MetadataReaderInterface
Get the object to be used to read image metadata.
load()  : ImageInterface
Loads an image from a binary $string.
open()  : ImageInterface
Opens an existing image from $path.
read()  : ImageInterface
Loads an image from a resource $resource.
setClassFactory()  : $this
Set the class factory instance to be used.
setMetadataReader()  : $this
Set the object to be used to read image metadata.

Constants

Methods


        
On this page

Search results