CWIS Developer Documentation
|
Go to the source code of this file.
Classes | |
class | Image |
Variables | |
const | IMGTYPE_UNKNOWN 0 |
const | IMGTYPE_JPEG 1 |
const | IMGTYPE_GIF 2 |
const | IMGTYPE_BMP 4 |
const | IMGTYPE_PNG 8 |
const | AI_OKAY 0 |
const | AI_FILEUNREADABLE 1 |
const | AI_IMGOBJCREATEFAILED 2 |
const | AI_PPMCMDFAILED 4 |
const | AI_INTERNALERROR 8 |
const | AI_UNKNOWNTYPE 16 |
const | AI_UNSUPPORTEDFORMAT 32 |
const | AI_DESTINATIONUNWRITABLE 64 |
const AI_DESTINATIONUNWRITABLE 64 |
Definition at line 696 of file Axis--Image.php.
Referenced by Image\SaveAs().
const AI_FILEUNREADABLE 1 |
Definition at line 690 of file Axis--Image.php.
Referenced by SPTImage\CreateNewImage(), and Image\Image().
const AI_IMGOBJCREATEFAILED 2 |
Definition at line 691 of file Axis--Image.php.
Referenced by Image\Image().
const AI_INTERNALERROR 8 |
Definition at line 693 of file Axis--Image.php.
Referenced by Image\Image(), SPTImage\LoadImageInfo(), and Image\SaveAs().
const AI_OKAY 0 |
Definition at line 689 of file Axis--Image.php.
Referenced by SPTImage\CreateCopyOfImage(), SPTImage\CreateNewImage(), Image\Image(), and Image\SaveAs().
const AI_PPMCMDFAILED 4 |
Definition at line 692 of file Axis--Image.php.
Referenced by Image\SaveAs().
const AI_UNKNOWNTYPE 16 |
Definition at line 694 of file Axis--Image.php.
Referenced by Image\Image().
const AI_UNSUPPORTEDFORMAT 32 |
Definition at line 695 of file Axis--Image.php.
Referenced by Image\Image().
const IMGTYPE_BMP 4 |
Definition at line 685 of file Axis--Image.php.
Referenced by Image\Image(), Image\ImageFormatSupportedByPhp(), Image\RequiredExternalExecutables(), Image\SaveAs(), Image\SupportedFormats(), and Image\Type().
const IMGTYPE_GIF 2 |
Definition at line 684 of file Axis--Image.php.
Referenced by Image\Image(), Image\ImageFormatSupportedByPhp(), Image\RequiredExternalExecutables(), Image\SaveAs(), Image\SupportedFormats(), and Image\Type().
const IMGTYPE_JPEG 1 |
Definition at line 683 of file Axis--Image.php.
Referenced by SPTImage\CreateNewImage(), Image\Image(), Image\ImageFormatSupportedByPhp(), Image\RequiredExternalExecutables(), SPTImage\Resize(), Image\SaveAs(), Image\SupportedFormats(), and Image\Type().
const IMGTYPE_PNG 8 |
Definition at line 686 of file Axis--Image.php.
Referenced by Image\Image(), Image\ImageFormatSupportedByPhp(), Image\RequiredExternalExecutables(), Image\SaveAs(), Image\SupportedFormats(), and Image\Type().
const IMGTYPE_UNKNOWN 0 |
Definition at line 682 of file Axis--Image.php.
Referenced by Image\SaveAs(), and Image\Type().