PHP Class Faster_Image_B52f1a8_Exif_Parser, amp-wp

Datei anzeigen Open project: Automattic/amp-wp Class Usage Examples

Protected Properties

Property Type Description
$height integer
$long
$orientation integer
$short
$stream StreamableInterface
$width integer

Public Methods

Method Description
__construct ( Stream_17b32f3_Streamable_Interface $stream ) ExifParser constructor.
getHeight ( ) : integer
getWidth ( ) : integer
isRotated ( ) : boolean

Protected Methods

Method Description
parseExifIfd ( ) : boolean

Method Details

__construct() public method

ExifParser constructor.
public __construct ( Stream_17b32f3_Streamable_Interface $stream )
$stream Stream_17b32f3_Streamable_Interface

getHeight() public method

public getHeight ( ) : integer
return integer

getWidth() public method

public getWidth ( ) : integer
return integer

isRotated() public method

public isRotated ( ) : boolean
return boolean

parseExifIfd() protected method

protected parseExifIfd ( ) : boolean
return boolean

Property Details

$height protected_oe property

protected int $height
return integer

$long protected_oe property

protected $long

$orientation protected_oe property

protected int $orientation
return integer

$short protected_oe property

protected $short

$stream protected_oe property

protected StreamableInterface $stream
return StreamableInterface

$width protected_oe property

protected int $width
return integer