Hi there,
i would like to be able to create additional tumbnails with image magick, that transform the images to halftone images, as described here:
http://www.imagemagick.org/Usage/quantize/#halftone
As far as i understood here: https://getkirby.com/docs/reference/plugins/components/thumb
i can extend the thumb drivers functionality.
However, i have not the slightest idea, how i would start from there. How could i implement the option to extend the image filters from grayscale and such to this:
convert source-image.jpg -colorspace Gray -ordered-dither result-image.jpg
?
Any help would be much appreciated.
Also, please note that i would like to keep the original thumb drivers functionality and just simply add the halftone option…