Download the PHP package gstjohn/fastimage without Composer
On this page you can find all versions of the php package gstjohn/fastimage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download gstjohn/fastimage
More information about gstjohn/fastimage
Files in gstjohn/fastimage
Package fastimage
Short Description FastImage finds the size or type of an image given its uri by fetching as little as needed, ported by Tom Moor.
License MIT
Homepage https://github.com/sdsykes/fastimage
Informations about the package fastimage
FastImage
FastImage finds the dimensions or filetype of a remote image file given its uri by fetching as little as needed, based on the excellent Ruby implementation by Stephen Sykes.
Usage
Composer
To add Fastimage as a local, per-project dependency to your project, simply add a dependency on fastimage/fastimage to your project's composer.json file.
`
https://packagist.org/packages/fastimage/fastimage
References
- https://github.com/sdsykes/fastimage
- http://pennysmalls.com/find-jpeg-dimensions-fast-in-pure-ruby-no-ima
- http://snippets.dzone.com/posts/show/805
- http://www.anttikupila.com/flash/getting-jpg-dimensions-with-as3-without-loading-the-entire-file/
- http://imagesize.rubyforge.org/
License
FastImage is released under the MIT license. It is simple and easy to understand and places almost no restrictions on what you can do with the software. More Information
Download
Releases are available for download from GitHub.