more logo dimensions

main
Antonio De Lucreziis 3 months ago
parent 0082331243
commit 161f8f5a9e

@ -3,6 +3,10 @@ TARGETS = ./derived/phc-logo@x1.png \
./derived/phc-logo@x2.png \
./derived/phc-logo@x4.png \
./derived/phc-logo@x8.png \
./derived/phc-logo@square-x1.png \
./derived/phc-logo@square-x2.png \
./derived/phc-logo@square-x4.png \
./derived/phc-logo@square-x8.png \
./derived/profile-v1@x1.png \
./derived/profile-v1@x2.png \
./derived/profile-v1@x4.png \
@ -27,3 +31,17 @@ derived/%@x4.png: %.png Makefile
derived/%@x8.png: %.png Makefile
magick convert $< -scale 800% $@
# Square
derived/%@square-x1.png: %.png Makefile
magick convert $< -gravity center -extent 128x128+0+0 -scale 100% $@
derived/%@square-x2.png: %.png Makefile
magick convert $< -gravity center -extent 128x128+0+0 -scale 200% $@
derived/%@square-x4.png: %.png Makefile
magick convert $< -gravity center -extent 128x128+0+0 -scale 400% $@
derived/%@square-x8.png: %.png Makefile
magick convert $< -gravity center -extent 128x128+0+0 -scale 800% $@

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 717 B

After

Width:  |  Height:  |  Size: 717 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 818 B

After

Width:  |  Height:  |  Size: 818 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Loading…
Cancel
Save