Another Question, regarding this Topic: is it possible to create two different sized images with a minimum of duplicated configuration? Something like this:
[ImageGenerator]
#... some configs...
[[day_images]]
# ...a hell lot of special configs...
[[[daybarometer]]]
[[[[barometer]]]]
# ...more special configs...
#...really many, many images with much more special configs
[[large-day-images]]
image_width = 900
image_height = 600
#the same as [[day images]] but names [[large-{whatever_image_from_day_images}]] without having to copy all the configs
copy_of = day_image, "large-"