This feature was not really needed as the exif metadata were just copied to the generated image. Moreover, this was depending on pyexiv2 which is now deprecated in favour of GExiv2.
11 lines
230 B
Python
11 lines
230 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
thumb_suffix = '.tn'
|
|
thumb_size = (200, 150)
|
|
keep_orig = True
|
|
|
|
links = [('Example link', 'http://example.org'),
|
|
('Another link', 'http://example.org')]
|
|
|
|
copyright = "An example copyright message"
|