mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-08 00:54:11 +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
221 B
Plaintext
6 lines
221 B
Plaintext
Those files were created from a copy of the "focus" arrows with the following imagemagick command:
|
|
|
|
mogrify -channel Alpha -evaluate Divide 2 *.png
|
|
|
|
i.e. they are 50% transparent, as their alpha channel was divided by 2.
|