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