I have setup ImageMagick and mini_magick.  Generally speaking, I'm
impressed.  The problem seems to be that, unless I've missed
something, there is not a lot of documentation detailing the use of
mini_magick.  I've figured out that one can create an image object
instance from a file with something like:

image=MiniMagick::Image.from_file('path_to_file')

and then work with it (e.g., image[:width]).

I'm wondering if there are other sources that I can use for creating
an image object.  For example, could I source my object across the net
with something like:

image=MiniMagick::Image.from_net('url_to_image')

Thanks for any input.

           ... doug



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to