Public Member Functions | |
Image ($SourceFileName, $DebugLevel=0) | |
SaveAs ($FileName, $NewImageType=NULL) | |
XSize () | |
YSize () | |
ScaleTo ($ScaledXSize, $ScaledYSize, $MaintainAspectRatio=FALSE) | |
CropTo ($CroppedXSize, $CroppedYSize, $CroppedXOrigin=0, $CroppedYOrigin=0) | |
Type ($FileName=NULL) | |
JpegQuality ($NewSetting=NULL) | |
MissingExternalExecutables () | |
RequiredExternalExecutables ($ImageTypes=NULL) | |
Status () | |
FailedExternalCommand () | |
ReadSize () | |
ImageFormatSupportedByPhp ($Format=NULL) | |
ExternalExecutableIsAvailable ($ExecutableName) | |
Static Public Member Functions | |
static | Extension ($Type=NULL) |
static | SupportedFormats () |
static | SupportedFormatNames () |
Public Attributes | |
$GDVersion | |
$ImageObj | |
$SourceFileName | |
$ImageXSize | |
$ImageYSize | |
$ScaledXSize | |
$ScaledYSize | |
$MaintainAspectRatio | |
$CroppedXSize | |
$CroppedYSize | |
$CroppedXOrigin | |
$CroppedYOrigin | |
$JpegSaveQuality | |
$DecodeCommand | |
$ErrorStatus | |
$FailedCommand | |
$DebugLevel |
Definition at line 24 of file Axis--Image.php.
Image::CropTo | ( | $ | CroppedXSize, | |
$ | CroppedYSize, | |||
$ | CroppedXOrigin = 0 , |
|||
$ | CroppedYOrigin = 0 | |||
) |
Definition at line 376 of file Axis--Image.php.
References $CroppedXOrigin, $CroppedXSize, $CroppedYOrigin, and $CroppedYSize.
static Image::Extension | ( | $ | Type = NULL |
) | [static] |
Definition at line 397 of file Axis--Image.php.
References Type().
Referenced by SPTImage::SetFileNames().
Image::ExternalExecutableIsAvailable | ( | $ | ExecutableName | ) |
Definition at line 667 of file Axis--Image.php.
Referenced by MissingExternalExecutables(), and SupportedFormats().
Image::FailedExternalCommand | ( | ) |
Definition at line 576 of file Axis--Image.php.
Image::Image | ( | $ | SourceFileName, | |
$ | DebugLevel = 0 | |||
) |
Definition at line 28 of file Axis--Image.php.
References $DebugLevel, $SourceFileName, ImageFormatSupportedByPhp(), and Type().
Image::ImageFormatSupportedByPhp | ( | $ | Format = NULL |
) |
Definition at line 636 of file Axis--Image.php.
References Type().
Referenced by Image(), ReadSize(), and SaveAs().
Image::JpegQuality | ( | $ | NewSetting = NULL |
) |
Definition at line 417 of file Axis--Image.php.
Image::MissingExternalExecutables | ( | ) |
Definition at line 424 of file Axis--Image.php.
References ExternalExecutableIsAvailable(), and RequiredExternalExecutables().
Referenced by SPTImage::CreateNewImage().
Image::ReadSize | ( | ) |
Definition at line 610 of file Axis--Image.php.
References ImageFormatSupportedByPhp().
Referenced by XSize(), and YSize().
Image::RequiredExternalExecutables | ( | $ | ImageTypes = NULL |
) |
Definition at line 445 of file Axis--Image.php.
Referenced by MissingExternalExecutables().
Image::SaveAs | ( | $ | FileName, | |
$ | NewImageType = NULL | |||
) |
Definition at line 148 of file Axis--Image.php.
References ImageFormatSupportedByPhp(), Type(), XSize(), and YSize().
Image::ScaleTo | ( | $ | ScaledXSize, | |
$ | ScaledYSize, | |||
$ | MaintainAspectRatio = FALSE | |||
) |
Definition at line 367 of file Axis--Image.php.
References $MaintainAspectRatio, $ScaledXSize, and $ScaledYSize.
Image::Status | ( | ) |
Definition at line 570 of file Axis--Image.php.
static Image::SupportedFormatNames | ( | ) | [static] |
static Image::SupportedFormats | ( | ) | [static] |
Definition at line 496 of file Axis--Image.php.
References ExternalExecutableIsAvailable().
Referenced by SupportedFormatNames().
Image::Type | ( | $ | FileName = NULL |
) |
Definition at line 386 of file Axis--Image.php.
Referenced by Extension(), Image(), ImageFormatSupportedByPhp(), and SaveAs().
Image::XSize | ( | ) |
Definition at line 353 of file Axis--Image.php.
References ReadSize().
Referenced by SaveAs().
Image::YSize | ( | ) |
Definition at line 360 of file Axis--Image.php.
References ReadSize().
Referenced by SaveAs().
Image::$CroppedXOrigin |
Image::$CroppedXSize |
Image::$CroppedYOrigin |
Image::$CroppedYSize |
Image::$DebugLevel |
Image::$DecodeCommand |
Definition at line 597 of file Axis--Image.php.
Image::$ErrorStatus |
Definition at line 598 of file Axis--Image.php.
Image::$FailedCommand |
Definition at line 599 of file Axis--Image.php.
Image::$GDVersion |
Definition at line 584 of file Axis--Image.php.
Image::$ImageObj |
Definition at line 585 of file Axis--Image.php.
Image::$ImageXSize |
Definition at line 587 of file Axis--Image.php.
Image::$ImageYSize |
Definition at line 588 of file Axis--Image.php.
Image::$JpegSaveQuality |
Definition at line 596 of file Axis--Image.php.
Image::$MaintainAspectRatio |
Image::$ScaledXSize |
Image::$ScaledYSize |
Image::$SourceFileName |