Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Protected Member Functions | |
_parseSignature () | |
_checkSignature () | |
_parseChunks () | |
_parseIHDRChunk () | |
_parseIDATChunk ($chunkOffset, $chunkLength) | |
_parsePLTEChunk ($chunkOffset, $chunkLength) | |
_parseTRNSChunk ($chunkOffset, $chunkLength) | |
Protected Attributes | |
$_isPNG | |
$_width | |
$_height | |
$_bits | |
$_color | |
$_compression | |
$_preFilter | |
$_interlacing | |
$_imageData | |
$_paletteData | |
$_transparencyData | |
![]() | |
$imageType | |
![]() | |
$_isScreened = false | |
$_isParsed = false | |
$_dataSource = null | |
Additional Inherited Members | |
![]() | |
const | BYTE_ORDER_LITTLE_ENDIAN = 0 |
const | BYTE_ORDER_BIG_ENDIAN = 1 |
|
protected |
Definition at line 173 of file Png.php.
|
protected |
Definition at line 217 of file Png.php.
|
protected |
Definition at line 250 of file Png.php.
parse | ( | ) |
Reads and parses the image data from the file on disk.
Zend_Pdf_Exception |
Definition at line 142 of file Png.php.
screen | ( | ) |
Verifies that the image file is in the expected format.
Zend_Pdf_Exception |
Definition at line 129 of file Png.php.