wesnoth/images/arrows/highlighted/imagemagick_command.txt
Gabriel Morin d5e75ca7b2 Arrows: added 25% transparency to the highlighted arrows,
...as the focus arrows are supposed to be the brightest.

Added/updated imagemagick_command.txt for both standard and highlighted arrows.

Ran wesnoth-optipng over all arrow images:

Overall statistics (only for files with a smaller recompressed size):

  Original size: 261 KiB on 121 files
 Optimized size: 241 KiB
   Total saving: 19 KiB = 7% decrease
2010-08-14 06:44:05 +00:00

6 lines
232 B
Plaintext

Those files were created from a copy of the "focus" arrows with the following imagemagick command:
mogrify -channel Alpha -evaluate Multiply 0.75 *.png
i.e. they are 20% transparent, as their alpha channel was multiplied by 0.75.