#!/usr/bin/ruby -w
require 'RMagick'

load 'pixels-array'

puts 'This may take a few seconds...'
image = Magick::Image.constitute(Width, Height, "RGB", Pixels)
#image.display
image.write("constitute.gif")
exit