ImageInformationIMagick Class Reference
[ImageTools]
Image information implementation for IMagick. More...
Public Member Functions |
|
__construct ($img) | |
get_binary_data () | |
Returns raw image data. |
|
get_extension () | |
Returns image file extension. |
|
get_height () | |
Returns height in pixel. |
|
get_mime_type () | |
Returns image mime type. |
|
get_width () | |
Returns width in pixel. |
Detailed Description
Image information implementation for IMagick.
Definition at line 30 of file imagetools.imagick.cls.php.
Constructor & Destructor Documentation
ImageInformationIMagick::__construct | ( | $ | img | ) |
Definition at line 32 of file imagetools.imagick.cls.php.
Member Function Documentation
ImageInformationIMagick::get_binary_data | ( | ) |
Returns raw image data.
- Returns:
- string
Implements IImageInformation.
Definition at line 56 of file imagetools.imagick.cls.php.
ImageInformationIMagick::get_extension | ( | ) |
Returns image file extension.
- Returns:
- int
Implements IImageInformation.
Definition at line 72 of file imagetools.imagick.cls.php.
ImageInformationIMagick::get_height | ( | ) |
Returns height in pixel.
- Returns:
- int
Implements IImageInformation.
Definition at line 40 of file imagetools.imagick.cls.php.
ImageInformationIMagick::get_mime_type | ( | ) |
Returns image mime type.
- Returns:
- string
Implements IImageInformation.
Definition at line 64 of file imagetools.imagick.cls.php.
ImageInformationIMagick::get_width | ( | ) |
Returns width in pixel.
- Returns:
- int
Implements IImageInformation.
Definition at line 48 of file imagetools.imagick.cls.php.
The documentation for this class was generated from the following file:
- contributions/lib.imagetools/lib/components/imagetools_impl/imagetools.imagick.cls.php