CWIS Developer Documentation
|
Public Member Functions | |
__construct ($SourceFileName, $DebugLevel=0) | |
SaveAs ($FileName, $NewImageType=NULL) | |
XSize () | |
YSize () | |
ScaleTo ($ScaledXSize, $ScaledYSize, $MaintainAspectRatio=FALSE) | |
CropTo ($CroppedXSize, $CroppedYSize, $CroppedXOrigin=0, $CroppedYOrigin=0) | |
Type ($FileName=NULL) | |
Get the image type. More... | |
Mimetype () | |
Get the MIME type for the image. More... | |
JpegQuality ($NewSetting=NULL) | |
Status () | |
FailedExternalCommand () | |
ReadSize () | |
ImageFormatSupportedByPhp ($Format=NULL) | |
Static Public Member Functions | |
static | Extension ($Type=NULL) |
static | SupportedFormats () |
static | SupportedFormatNames () |
Image::__construct | ( | $SourceFileName, | |
$DebugLevel = 0 |
|||
) |
Definition at line 19 of file Image.php.
References $DebugLevel, $SourceFileName, AI_FILEUNREADABLE, AI_IMGOBJCREATEFAILED, AI_INTERNALERROR, AI_OKAY, AI_UNSUPPORTEDFORMAT, ImageFormatSupportedByPhp(), IMGTYPE_BMP, IMGTYPE_GIF, IMGTYPE_JPEG, IMGTYPE_PNG, and Type().
Image::CropTo | ( | $CroppedXSize, | |
$CroppedYSize, | |||
$CroppedXOrigin = 0 , |
|||
$CroppedYOrigin = 0 |
|||
) |
Definition at line 274 of file Image.php.
References $CroppedXOrigin, $CroppedXSize, $CroppedYOrigin, and $CroppedYSize.
|
static |
Definition at line 375 of file Image.php.
References Type().
Referenced by SPTImage\ExpireImageSymlinks(), and SPTImage\GetImageUrlForResource().
Image::FailedExternalCommand | ( | ) |
Definition at line 466 of file Image.php.
References $FailedCommand.
Image::ImageFormatSupportedByPhp | ( | $Format = NULL | ) |
Definition at line 511 of file Image.php.
References IMGTYPE_BMP, IMGTYPE_GIF, IMGTYPE_JPEG, IMGTYPE_PNG, and Type().
Referenced by __construct(), and SaveAs().
Image::JpegQuality | ( | $NewSetting = NULL | ) |
Definition at line 395 of file Image.php.
References $JpegSaveQuality.
Image::Mimetype | ( | ) |
Get the MIME type for the image.
Definition at line 318 of file Image.php.
References $SourceFileName, IMGTYPE_BMP, IMGTYPE_GIF, IMGTYPE_JPEG, IMGTYPE_PNG, and Type().
Image::ReadSize | ( | ) |
Image::SaveAs | ( | $FileName, | |
$NewImageType = NULL |
|||
) |
Definition at line 104 of file Image.php.
References $CroppedXSize, $CroppedYSize, $ErrorStatus, $ImageObj, $ScaledXSize, $ScaledYSize, AI_DESTINATIONUNWRITABLE, AI_INTERNALERROR, AI_OKAY, AI_UNSUPPORTEDFORMAT, ImageFormatSupportedByPhp(), IMGTYPE_BMP, IMGTYPE_GIF, IMGTYPE_JPEG, IMGTYPE_PNG, IMGTYPE_UNKNOWN, Type(), XSize(), and YSize().
Image::ScaleTo | ( | $ScaledXSize, | |
$ScaledYSize, | |||
$MaintainAspectRatio = FALSE |
|||
) |
Definition at line 265 of file Image.php.
References $MaintainAspectRatio, $ScaledXSize, and $ScaledYSize.
Image::Status | ( | ) |
Definition at line 460 of file Image.php.
References $ErrorStatus.
Referenced by SPTImage\ExpireImageSymlinks().
|
static |
Definition at line 436 of file Image.php.
References SupportedFormats().
|
static |
Definition at line 402 of file Image.php.
References IMGTYPE_GIF, IMGTYPE_JPEG, and IMGTYPE_PNG.
Referenced by SupportedFormatNames().
Image::Type | ( | $FileName = NULL | ) |
Get the image type.
If image file does not exist, the file name is examined to try to determine the image type.
string | $FileName | Full name (with path) of image file. (OPTIONAL, defaults to previously-stored file name for this object) |
Definition at line 290 of file Image.php.
References $SourceFileName, IMGTYPE_BMP, IMGTYPE_GIF, IMGTYPE_JPEG, IMGTYPE_PNG, and IMGTYPE_UNKNOWN.
Referenced by __construct(), Extension(), ImageFormatSupportedByPhp(), Mimetype(), and SaveAs().
Image::XSize | ( | ) |
Definition at line 251 of file Image.php.
References $ImageXSize, and ReadSize().
Referenced by SaveAs().
Image::YSize | ( | ) |
Definition at line 258 of file Image.php.
References $ImageYSize, and ReadSize().
Referenced by SaveAs().
Image::$CroppedXSize |
Image::$CroppedYSize |
Image::$DebugLevel |
Definition at line 490 of file Image.php.
Referenced by __construct().
Image::$FailedCommand |
Definition at line 489 of file Image.php.
Referenced by FailedExternalCommand().
Image::$JpegSaveQuality |
Definition at line 486 of file Image.php.
Referenced by JpegQuality().
Image::$ScaledXSize |
Image::$ScaledYSize |
Image::$SourceFileName |
Definition at line 476 of file Image.php.
Referenced by __construct(), Mimetype(), and Type().