Sha256: 6d5a093df22b32ba1c22449515d35ba7fa0a64126d1c009159bc86cdb900e7b2

Contents?: true

Size: 845 Bytes

Versions: 2

Compression:

Stored size: 845 Bytes

Contents

# Local FastImage Resize

This is a fork of the [FastImage
Resize](https://github.com/sdsykes/fastimage_resize) gem.

It features the following differences:

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

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'local-fastimage_resize', require: 'fastimage/resize'
```

And then execute:

    $ bundle


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

Or install it yourself as:

    $ gem install local-fastimage_resize

Again, make sure to `require "fastimage/resize"`.



## Usage

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



## License

MIT, see file [MIT-LICENSE](MIT-LICENSE)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
local-fastimage_resize-3.0.1 README.md
local-fastimage_resize-3.0.0 README.md