fastImage
in package
FastImage - Because sometimes you just want the size! Based on the Ruby Implementation by Steven Sykes (https://github.com/sdsykes/fastimage)
Copyright (c) 2012 Tom Moor Tom Moor, http://tommoor.com
MIT Licensed
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- __destruct() : mixed
- close() : mixed
- getSize() : mixed
- getType() : mixed
- isValid() : mixed
- load() : mixed
- getByte() : mixed
- getChars() : mixed
- parseSize() : mixed
- parseSizeForBMP() : mixed
- parseSizeForGIF() : mixed
- parseSizeForJPEG() : mixed
- parseSizeForPNG() : mixed
- readInt() : mixed
Properties
$handle
private
mixed
$handle
$str
private
mixed
$str
$strpos
private
mixed
$strpos
= 0
$type
private
mixed
$type
$uri
private
mixed
$uri
Methods
__construct()
public
__construct([mixed $uri = null ]) : mixed
Parameters
- $uri : mixed = null
__destruct()
public
__destruct() : mixed
close()
public
close() : mixed
getSize()
public
getSize() : mixed
getType()
public
getType() : mixed
isValid()
public
isValid() : mixed
load()
public
load(mixed $uri) : mixed
Parameters
- $uri : mixed
getByte()
private
getByte() : mixed
getChars()
private
getChars(mixed $n) : mixed
Parameters
- $n : mixed
parseSize()
private
parseSize() : mixed
parseSizeForBMP()
private
parseSizeForBMP() : mixed
parseSizeForGIF()
private
parseSizeForGIF() : mixed
parseSizeForJPEG()
private
parseSizeForJPEG() : mixed
parseSizeForPNG()
private
parseSizeForPNG() : mixed
readInt()
private
readInt(mixed $str) : mixed
Parameters
- $str : mixed