feat(tray): try add 1.25x and 1.5x for Windows high-DPI
@ -16,7 +16,11 @@ output_dir="$script_dir/../../images/app-icons/tray"
|
||||
for file in *.svg; do
|
||||
name=$(basename $file .svg)
|
||||
inkscape -w 16 -h 16 "$file" -o "$output_dir/$name.png"
|
||||
inkscape -w 20 -h 20 "$file" -o "$output_dir/$name@1.25x.png"
|
||||
inkscape -w 24 -h 24 "$file" -o "$output_dir/$name@1.5x.png"
|
||||
inkscape -w 32 -h 32 "$file" -o "$output_dir/$name@2x.png"
|
||||
magick "$output_dir/$name.png" -channel RGB -negate "$output_dir/$name-inverted.png"
|
||||
magick "$output_dir/$name@1.25x.png" -channel RGB -negate "$output_dir/$name-inverted@1.25x.png"
|
||||
magick "$output_dir/$name@1.5x.png" -channel RGB -negate "$output_dir/$name-inverted@1.5x.png"
|
||||
magick "$output_dir/$name@2x.png" -channel RGB -negate "$output_dir/$name-inverted@2x.png"
|
||||
done
|
BIN
images/app-icons/tray/bookmarks-inverted@1.25x.png
Normal file
After Width: | Height: | Size: 364 B |
BIN
images/app-icons/tray/bookmarks-inverted@1.5x.png
Normal file
After Width: | Height: | Size: 412 B |
BIN
images/app-icons/tray/bookmarks@1.25x.png
Normal file
After Width: | Height: | Size: 343 B |
BIN
images/app-icons/tray/bookmarks@1.5x.png
Normal file
After Width: | Height: | Size: 423 B |
BIN
images/app-icons/tray/close-inverted@1.25x.png
Normal file
After Width: | Height: | Size: 271 B |
BIN
images/app-icons/tray/close-inverted@1.5x.png
Normal file
After Width: | Height: | Size: 293 B |
BIN
images/app-icons/tray/close@1.25x.png
Normal file
After Width: | Height: | Size: 268 B |
BIN
images/app-icons/tray/close@1.5x.png
Normal file
After Width: | Height: | Size: 306 B |
BIN
images/app-icons/tray/new-note-inverted@1.25x.png
Normal file
After Width: | Height: | Size: 265 B |
BIN
images/app-icons/tray/new-note-inverted@1.5x.png
Normal file
After Width: | Height: | Size: 273 B |
BIN
images/app-icons/tray/new-note@1.25x.png
Normal file
After Width: | Height: | Size: 237 B |
BIN
images/app-icons/tray/new-note@1.5x.png
Normal file
After Width: | Height: | Size: 241 B |
BIN
images/app-icons/tray/recents-inverted@1.25x.png
Normal file
After Width: | Height: | Size: 481 B |
BIN
images/app-icons/tray/recents-inverted@1.5x.png
Normal file
After Width: | Height: | Size: 576 B |
BIN
images/app-icons/tray/recents@1.25x.png
Normal file
After Width: | Height: | Size: 501 B |
BIN
images/app-icons/tray/recents@1.5x.png
Normal file
After Width: | Height: | Size: 627 B |
BIN
images/app-icons/tray/today-inverted@1.25x.png
Normal file
After Width: | Height: | Size: 484 B |
BIN
images/app-icons/tray/today-inverted@1.5x.png
Normal file
After Width: | Height: | Size: 513 B |
BIN
images/app-icons/tray/today@1.25x.png
Normal file
After Width: | Height: | Size: 500 B |
BIN
images/app-icons/tray/today@1.5x.png
Normal file
After Width: | Height: | Size: 534 B |