ImageResizerError Class
Exceptions specific to the image Resizer Utility.
Located in the namespace Canteen\Media.
Constructor
Item Index
Properties
- FILE_DOESNT_EXIST static
- FUNC_DOESNT_EXIST static
- GD2_NOT_CREATED static
- GD2_NOT_RESIZED static
- GD2_UNAVALABLE static
- IMG_NOT_CREATED static
- IMG_NOT_RESIZED static
- IMG_NOT_SUPPORTED static
- messages static
- NO_IMAGE_FOR_OUTPUT static
- UNABLE_TO_OUTPUT static
- UNKNOWN static
- UNKNOWN_OUTPUT_FORMAT static
Properties
FILE_DOESNT_EXIST
Int
final
static
Source file doesn't exit
FUNC_DOESNT_EXIST
Int
final
static
Function doesn't exist, for API checks
GD2_NOT_CREATED
Int
final
static
GD2 is installed, function ImageCreateTruecolor() exists, but image is not created
GD2_NOT_RESIZED
Int
final
static
GD2 is installed, function ImageCopyResampled() exists, but image is not resized
GD2_UNAVALABLE
Int
final
static
You specified to use GD2, but not all GD2 functions are present.
IMG_NOT_CREATED
Int
final
static
Image is not created ImageCreate(). (GD2 support is OFF)
IMG_NOT_RESIZED
Int
final
static
Image was not resized. (GD2 support is OFF)
IMG_NOT_SUPPORTED
Int
final
static
Can not create image. Sorry, this image type is not supported yet.
NO_IMAGE_FOR_OUTPUT
Int
final
static
Image you are trying to output does not exist
UNABLE_TO_OUTPUT
Int
final
static
Unable to output file
UNKNOWN_OUTPUT_FORMAT
Int
final
static
The image format cannot be output