Basic concepts Let's look at the RMagick equivalent of "Hello, world". This program reads an image file named "Cheetah.jpg" and displays1 it on your monitor 1. require 'RMagick' 2. include Magick 3. 4. cat = ImageList.new("Cheetah.jpg") 5. cat.display 6. exit MS Windows users note: The display method does not work on native MS Windows. You must use an external viewer to view the images you create.
{{#tags}}- {{label}}
{{/tags}}