# File lib/graster/image.rb, line 35
    def each_row &block
      @pixels.chars.each_slice(@size[0]).each_with_index &block
    end