Delivered
2 reasons why it's going to be useful:`GaussianBlur` method
- General
- Image Processor
1. CSS blur filter is not widely supported - this gives us 100% browser compatibility.
2. Used in conjunction with the `Quality` method (already implemented) this could provide great performance optimisation when used with responsive image techniques and perhaps better lazy loading of images (ie: load a low quality blurred placeholder initially - then replace with normal image when needed [using responsive techniques, lazy loading, etc.]).
Docs reference: https://docs.treepl.co/documentation_group/how-to_guides/image_processor/
Thanks Adam :)