hi,
I am very new to ruby . My new project is in WATIR(testing tool)
which has ruby as an scripting language . I need to compare two images
so for that i need to read an image from a web page how can i go about
that .I tried the following code
require 'RMagick'
include Magick
im = Image.new('source\picture.jpg')
im.display
exit
but it did not work it says unable to load the file RMagick !!!!
So please let me what to do ...
thank you
maloy
···
--
Posted via http://www.ruby-forum.com/.
Maloy Debnath wrote:
hi,
I am very new to ruby . My new project is in WATIR(testing tool)
which has ruby as an scripting language . I need to compare two images
so for that i need to read an image from a web page how can i go about
that .I tried the following code
require 'RMagick'
include Magick
im = Image.new('source\picture.jpg')
im.display
exit
but it did not work it says unable to load the file RMagick !!!!
So please let me what to do ...
thank you
maloy
Did you install RMagick? http://rmagick.rubyforge.org/install-faq.html
Maloy Debnath wrote:
but it did not work it says unable to load the file RMagick !!!!
http://rmagick.rubyforge.org/install-faq.html
···
--
Posted via http://www.ruby-forum.com/.