# File lib/RMagick.rb, line 1546
    def concat(other)
        is_an_image_array other
        other.each {|image| @images << image}
        @scene = length-1
        return self
    end