mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 23:13:17 +00:00

...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
6 lines
232 B
Plaintext
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.
|