Top Level Namespace

Defined Under Namespace

Modules: PhotoHelper Classes: File, FileHelper, ImageHelper, Printer, Secrets, SmugmugAPI, SmugmugAlbumHelper

Constant Summary collapse

RAW_EXTENSION =

TODO: move to config file

'dng'.freeze
RAW_EXTENSIONS =
[RAW_EXTENSION, 'DNG', 'ORF', 'RAF'].freeze
JPEG_EXTENSION =
'JPG'.freeze
JPEG_EXTENSIONS =
[JPEG_EXTENSION, 'jpg', 'jpeg'].freeze
IMAGE_EXTENSIONS =
JPEG_EXTENSIONS.dup.concat([])
PHOTOS_ROOT =
File.expand_path('~/Pictures/Pictures')
BEST_OF_ROOT =
File.expand_path("~/Pictures/Pictures/Best\ of")
SCREENSAVER_ROOT =
File.expand_path('~/Pictures/screensaver')
JPEG_ROOT =
File.expand_path('~/Pictures/jpegs')
IGNORE_FOLDERS =
%w[instagram exported edited].freeze
SELECT_COLOR_TAGS =
['Winner', 'Winner alt', 'Superior', 'Superior alt', 'Typical', 'Typical alt'].freeze
SELECT_RATING =

greater than or equal to

1