summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #8 from jdreesen/patch-1HEADorigin/masterorigin/HEADmasterTom Moor2015-05-161-2/+8
|\ | | | | Reset $type and $str on close() to enable subsequent uses of load()
| * Reset $type and $str on close() to enable subsequent uses of load()Jacob Dreesen2015-05-111-3/+9
| |
* | Merge pull request #3 from nicolas-grekas/masterTom Moor2015-05-161-2/+1
|\ \ | | | | | | fix #1
| * | fix #1Nicolas Grekas2014-03-181-3/+2
| | |
* | | Merge pull request #9 from jdreesen/patch-2Tom Moor2015-05-161-3/+1
|\ \ \ | |_|/ |/| | Delete unused variable
| * | Delete unused variableJacob Dreesen2015-05-111-3/+1
|/ /
* | Merge pull request #6 from bmitch/patch-1Tom Moor2015-01-051-2/+2
|\ \ | |/ |/| Small typo?
| * Small typo?bmitch2015-01-051-2/+2
|/ | | Missing an = sign.
* Updated README to correctly highlight PHPTom Moor2012-06-181-15/+15
|
* Caught warnings if library is destructed without being used and if no image ↵Tom Moor2012-06-151-2/+2
| | | | is passed to constructor.
* Fixed: missing load methodTom Moor2012-06-151-2/+2
|
* Fixed getSize returning keys not starting at zero for some image filetypes.Tom Moor2012-06-111-1/+1
|
* Fixed example to account for non zero indexes.Tom Moor2012-06-111-4/+6
|
* Camelcased FastImage class nameTom Moor2012-06-113-4/+13
| | | | Added full example code including and require
* Added copyright noticeTom Moor2012-06-111-1/+12
|
* Added: example speed test against php getimagesize methodTom Moor2012-06-113-5/+55
| | | | Updated readme
* First draft.Tom Moor2012-06-111-0/+226
|
* Initial commitTom Moor2012-06-101-0/+4