# File lib/RMagick.rb, line 1847
    def to_a
        a = Array.new
        @images.each {|image| a << image}
        return a
    end