# File lib/tiff.rb, line 346
    def [](index)
      index.is_a?(Symbol) ? to_hash[index] : @ifds[index]
    end