Method: MultiExiftool::Reader#options

Defined in:
lib/multi_exiftool/reader.rb

#optionsObject

Options to use with the exiftool command.



36
37
38
39
40
41
42
# File 'lib/multi_exiftool/reader.rb', line 36

def options
  opts = super
  if @group
    opts["g#@group"] = true
  end
  opts
end