Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #8 from jdreesen/patch-1HEADorigin/masterorigin/HEADmaster | Tom Moor | 2015-05-16 | 1 | -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 Dreesen | 2015-05-11 | 1 | -3/+9 |
| | | |||||
* | | Merge pull request #3 from nicolas-grekas/master | Tom Moor | 2015-05-16 | 1 | -2/+1 |
|\ \ | | | | | | | fix #1 | ||||
| * | | fix #1 | Nicolas Grekas | 2014-03-18 | 1 | -3/+2 |
| | | | |||||
* | | | Merge pull request #9 from jdreesen/patch-2 | Tom Moor | 2015-05-16 | 1 | -3/+1 |
|\ \ \ | |_|/ |/| | | Delete unused variable | ||||
| * | | Delete unused variable | Jacob Dreesen | 2015-05-11 | 1 | -3/+1 |
|/ / | |||||
* | | Merge pull request #6 from bmitch/patch-1 | Tom Moor | 2015-01-05 | 1 | -2/+2 |
|\ \ | |/ |/| | Small typo? | ||||
| * | Small typo? | bmitch | 2015-01-05 | 1 | -2/+2 |
|/ | | | Missing an = sign. | ||||
* | Updated README to correctly highlight PHP | Tom Moor | 2012-06-18 | 1 | -15/+15 |
| | |||||
* | Caught warnings if library is destructed without being used and if no image ↵ | Tom Moor | 2012-06-15 | 1 | -2/+2 |
| | | | | is passed to constructor. | ||||
* | Fixed: missing load method | Tom Moor | 2012-06-15 | 1 | -2/+2 |
| | |||||
* | Fixed getSize returning keys not starting at zero for some image filetypes. | Tom Moor | 2012-06-11 | 1 | -1/+1 |
| | |||||
* | Fixed example to account for non zero indexes. | Tom Moor | 2012-06-11 | 1 | -4/+6 |
| | |||||
* | Camelcased FastImage class name | Tom Moor | 2012-06-11 | 3 | -4/+13 |
| | | | | Added full example code including and require | ||||
* | Added copyright notice | Tom Moor | 2012-06-11 | 1 | -1/+12 |
| | |||||
* | Added: example speed test against php getimagesize method | Tom Moor | 2012-06-11 | 3 | -5/+55 |
| | | | | Updated readme | ||||
* | First draft. | Tom Moor | 2012-06-11 | 1 | -0/+226 |
| | |||||
* | Initial commit | Tom Moor | 2012-06-10 | 1 | -0/+4 |