From e7f200d326289591dd92cd050222b8395044889c Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Feb 03 2011 16:55:05 +0000 Subject: Update render_doIdentityImageBrands.sh. --- diff --git a/Scripts/Bash/Functions/Render/render_doIdentityImageBrands.sh b/Scripts/Bash/Functions/Render/render_doIdentityImageBrands.sh index 7a10f6e..8917904 100644 --- a/Scripts/Bash/Functions/Render/render_doIdentityImageBrands.sh +++ b/Scripts/Bash/Functions/Render/render_doIdentityImageBrands.sh @@ -45,6 +45,6 @@ function render_doIdentityImageBrands { # Create logo copy in emboss effect. cli_printMessage "${FILE}-emboss.png" "AsSavedAsLine" - convert -emboss 1 ${FILE} ${FILE}-emboss.png + convert -emboss 1 ${FILE}.png ${FILE}-emboss.png }