themes: Old ImageMagick compatibility

Verified to build with ImageMagick 6.2.4.

Signed-off-by: Johan Kiviniemi <devel@johan.kiviniemi.name>
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Johan Kiviniemi 2009-05-18 18:50:53 +03:00 committed by Julien Danjou
parent a891ffbe2d
commit bd0a57d9f8
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ endmacro()
foreach(icon ${ALL_ICONS})
# Make unfocused icons translucent
a_icon_convert("_focus" "_normal" ${icon}
-evaluate Pow 2 -channel A -evaluate Multiply 0.4)
-gamma 0.6 -channel A -evaluate Multiply 0.4)
endforeach()
foreach(icon ${ALL_ICONS})