README.textile in fastimage-1.2.9 vs README.textile in fastimage-1.2.10

- old
+ new

@@ -17,10 +17,12 @@ Fastimage can also read local (and other) files, and uses the open-uri library to do so. And new in v1.2.9, FastImage will automatically read from any object that responds to :read - for instance an IO object if that is passed instead of a URI. +New in v1.2.10 FastImage will follow up to 4 HTTP redirects to get the image. + h2. Examples <pre> <code> require 'fastimage' @@ -80,10 +82,10 @@ </code> </pre> h2. References -* "http://pennysmalls.com/2008/08/19/find-jpeg-dimensions-fast-in-ruby/":http://pennysmalls.com/2008/08/19/find-jpeg-dimensions-fast-in-ruby/ +* "http://pennysmalls.com/find-jpeg-dimensions-fast-in-pure-ruby-no-ima":http://pennysmalls.com/find-jpeg-dimensions-fast-in-pure-ruby-no-ima * "http://snippets.dzone.com/posts/show/805":http://snippets.dzone.com/posts/show/805 * "http://www.anttikupila.com/flash/getting-jpg-dimensions-with-as3-without-loading-the-entire-file/":http://www.anttikupila.com/flash/getting-jpg-dimensions-with-as3-without-loading-the-entire-file/ * "http://imagesize.rubyforge.org/":http://imagesize.rubyforge.org/ h2. Licence