# File lib/native_file_types/generic/GenericGIF.rb, line 17
  def picture_height
    data_without_header[8]+(data_without_header[9]<<8)
  end