Sha256: eac31aae42573ef72a30414bf3bc39fdd67cd7b3073aa61760dbf52189e7112c

Contents?: true

Size: 503 Bytes

Versions: 9

Compression:

Stored size: 503 Bytes

Contents

FastImage Resize is an extremely light solution for resizing images in ruby by using libgd

=== Examples

  require 'fastimage_resize'

  FastImage.resize("http://stephensykes.com/images/ss.com_x.gif", "my.gif", 100, 20)
  => 1

=== Requirements

RubyInline

  gem install RubyInline

FastImage

  gem install fastimage

Libgd

See http://www.libgd.org/
Libgd is commonly available on most unix platforms, including OSX.

=== References

* http://blog.new-bamboo.co.uk/2007/12/3/super-f-simple-resizing

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
local-fastimage_resize-3.2.0 README
local-fastimage_resize-3.1.1 README
local-fastimage_resize-3.1.0 README
local-fastimage_resize-3.0.1 README
local-fastimage_resize-3.0.0 README
fastimage_resize-2.0.3 README
fastimage_resize-2.0.2 README
fastimage_resize-2.0.1 README
fastimage_resize-2.0.0 README