From 1d0d2a41e11e232b9a9812619f3e55b8e107af65 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 17 2012 22:09:53 +0000 Subject: Update `svg_convertPngToBrands.sh' to produce brands in ICO format too. This is the format used by browsers to display the icon related to the page shown. Sometimes known as `favicon.ico' file. --- diff --git a/Scripts/Bash/Functions/Render/Svg/svg_convertPngToBrands.sh b/Scripts/Bash/Functions/Render/Svg/svg_convertPngToBrands.sh index 86ce0ad..96ec837 100755 --- a/Scripts/Bash/Functions/Render/Svg/svg_convertPngToBrands.sh +++ b/Scripts/Bash/Functions/Render/Svg/svg_convertPngToBrands.sh @@ -32,7 +32,7 @@ function svg_convertPngToBrands { # Define image formats you want to produce brands for. local FORMAT="" - local FORMATS="xpm pdf jpg tif" + local FORMATS="xpm pdf jpg tif ico" for SIZE in ${SIZES};do