0.0
No commit activity in last 3 years
No release in over 3 years
Local FastImage finds the size or type of an image reading as little bytes as needed.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

Local FastImage

This is a fork of the FastImage gem.

It features the following differences:

  • Removal of all remote image handling code
  • Minor changes to code organization

Build Status

Installation

Add this line to your application's Gemfile:

gem 'local-fastimage', require: 'fastimage'

And then execute:

$ bundle

If you are using Bundler's autorequire, you're good to go. Otherwise make sure to require "fastimage".

Or install it yourself as:

$ gem install local-fastimage

Again, make sure to require "fastimage".

Usage

See README.textile for more documentation. Everything should work as advertised, except for remote images of course.

License

MIT, see file MIT-LICENSE