Images
extends BaseConfig
in package
Table of Contents
Properties
- $defaultHandler : string
- Default handler used if no other handler is specified.
- $handlers : array<string, string>
- The available handler classes.
- $libraryPath : string
- The path to the image library.
Properties
$defaultHandler
Default handler used if no other handler is specified.
public
string
$defaultHandler
= 'gd'
$handlers
The available handler classes.
public
array<string, string>
$handlers
= ['gd' => \CodeIgniter\Images\Handlers\GDHandler::class, 'imagick' => \CodeIgniter\Images\Handlers\ImageMagickHandler::class]
$libraryPath
The path to the image library.
public
string
$libraryPath
= '/usr/local/bin/convert'
Required for ImageMagick, GraphicsMagick, or NetPBM.