Logs for #nikola for 2018-02-06

07:12:10 <rokups> is it possible to tap into image conversion / thumbnail generation process with a plugin? i want to add like a fading frame to some images
07:40:30 <rokups> i guess i want to tap into scale_images task `yield utils.apply_filters(task, filters)` step so i can post-process a scaled-down image. still not exactly clear how to do it
07:45:19 <rokups> actually looks like i want filters. reading conf.py before reading nikola source code isnt a bad idea :)
14:15:11 <ralsina> rokups: yeah, filters will work :-)