summaryrefslogtreecommitdiff
path: root/assets/images/polyguin.sh
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2021-07-13 10:23:46 -0500
committerZach van Rijn <me@zv.io>2021-07-13 10:23:46 -0500
commit723d3f4be5da5be2497e1b036e5418c1d892e199 (patch)
tree406ad38f20f02da97c924b27aea4c96bf7cfca87 /assets/images/polyguin.sh
parentd04bc6c86c9b398135ec0566f23a868cbd3e6d60 (diff)
downloadsite-ng-723d3f4be5da5be2497e1b036e5418c1d892e199.tar.gz
site-ng-723d3f4be5da5be2497e1b036e5418c1d892e199.tar.bz2
site-ng-723d3f4be5da5be2497e1b036e5418c1d892e199.tar.xz
site-ng-723d3f4be5da5be2497e1b036e5418c1d892e199.zip
Create new official logo and variations for GitLab and Website. Update scripts accordingly.
Diffstat (limited to 'assets/images/polyguin.sh')
-rwxr-xr-xassets/images/polyguin.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/images/polyguin.sh b/assets/images/polyguin.sh
index 875ccee..97a2ab0 100755
--- a/assets/images/polyguin.sh
+++ b/assets/images/polyguin.sh
@@ -77,3 +77,8 @@ grep fill: polyguin.svg \
;
done \
;
+
+##
+# SVG --> PNG
+#
+docker run -v$(pwd):/root --rm -it alpine:latest sh -c 'apk add graphicsmagick; cd; gm convert -trim -density 200 -resize x1000 -background none polyguin.svg polyguin.png; chown 1000:1000 polyguin.png'