PHP Class FastImage, amp-wp

Copyright (c) 2012 Tom Moor Tom Moor, http://tommoor.com MIT Licensed
Mostrar archivo Open project: Automattic/amp-wp Class Usage Examples

Public Methods

Method Description
__construct ( $uri = null )
__destruct ( )
close ( )
getSize ( )
getType ( )
load ( $uri )

Private Methods

Method Description
getByte ( )
getChars ( $n )
parseSize ( )
parseSizeForBMP ( )
parseSizeForGIF ( )
parseSizeForJPEG ( )
parseSizeForPNG ( )
readInt ( $str )

Method Details

__construct() public method

public __construct ( $uri = null )

__destruct() public method

public __destruct ( )

close() public method

public close ( )

getSize() public method

public getSize ( )

getType() public method

public getType ( )

load() public method

public load ( $uri )