Class: PhotoUtils::Tools::Brightness

Inherits:
PhotoUtils::Tool show all
Defined in:
lib/photo_utils/tools/brightness.rb

Instance Method Summary collapse

Methods inherited from PhotoUtils::Tool

#description, #initialize, #name, #usage

Constructor Details

This class inherits a constructor from PhotoUtils::Tool

Instance Method Details

#runObject



9
10
11
12
13
14
# File 'lib/photo_utils/tools/brightness.rb', line 9

def run
  scene = Scene.new
  scene.camera = Camera[/Rollei/]
  scene.description = "Salon L'Orient"
  scene.print_exposure
end