- [x] Test in SVG blur --> SVG becomes uneditable in inkscape - [x] Test raster resource blur via [esisa/smoothDEM.py](https://gist.github.com/esisa/5849392) --> requires custom script, python2/3, osgeo, scipy dependencies. - [ ] Test gdal .vrt appraoch via [How to convert GeoTIFF to grayscale and add gaussian blur?](https://gis.stackexchange.com/a/20227/19460) -> requires gdal, sed, and predefined coefs tables. - [ ] Test convert approach, as in #12 : `convert ../output/$(NAME)/trans.gis.tif -blur 3x3 ../output/$(NAME)/trans.png` [How to restore gdalinfo metadata after ImageMagick processing?](https://gis.stackexchange.com/q/109807/19460)
convert ../output/$(NAME)/trans.gis.tif -blur 3x3 ../output/$(NAME)/trans.pngHow to restore gdalinfo metadata after ImageMagick processing?