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:
parent
a891ffbe2d
commit
bd0a57d9f8
|
@ -308,7 +308,7 @@ endmacro()
|
||||||
foreach(icon ${ALL_ICONS})
|
foreach(icon ${ALL_ICONS})
|
||||||
# Make unfocused icons translucent
|
# Make unfocused icons translucent
|
||||||
a_icon_convert("_focus" "_normal" ${icon}
|
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()
|
endforeach()
|
||||||
|
|
||||||
foreach(icon ${ALL_ICONS})
|
foreach(icon ${ALL_ICONS})
|
||||||
|
|
Loading…
Reference in New Issue