# File lib/tiff.rb, line 329
    def each
      @ifds.each { |ifd| yield ifd }
    end