Sha256: f3e0dcd9a1bf39ac0be639fca582bfe0e8a095a5c4cf0b3de04192cf9339263b
Contents?: true
Size: 753 Bytes
Versions: 3
Compression:
Stored size: 753 Bytes
Contents
h1. FastImage Resize h4. FastImage Resize is an extremely light solution for resizing images in ruby by using libgd h2. Examples <pre> <code> require 'fastimage_resize' FastImage.resize("http://stephensykes.com/images/ss.com_x.gif", "my.gif", 100, 20) => 1 </pre> </code> h2. Requirements * RubyInline <pre> <code> sudo gem install RubyInline </pre> </code> * FastImage <pre> <code> sudo gem install sdsykes-fastimage -s http://gems.github.com </pre> </code> * Libgd See "http://www.libgd.org/":http://www.libgd.org/ Libgd is commonly available on most unix platforms, including OSX. h2. References * "http://blog.new-bamboo.co.uk/2007/12/3/super-f-simple-resizing":http://blog.new-bamboo.co.uk/2007/12/3/super-f-simple-resizing
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
sdsykes-fastimage-0.1.0 | README.textile |
sdsykes-fastimage_resize-0.1.1 | README.textile |
sdsykes-fastimage_resize-1.1.2 | README.textile |