diff options
author | Zach van Rijn <me@zv.io> | 2021-07-13 10:23:46 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-07-13 10:23:46 -0500 |
commit | 723d3f4be5da5be2497e1b036e5418c1d892e199 (patch) | |
tree | 406ad38f20f02da97c924b27aea4c96bf7cfca87 /assets/images/polyguin.sh | |
parent | d04bc6c86c9b398135ec0566f23a868cbd3e6d60 (diff) | |
download | site-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-x | assets/images/polyguin.sh | 5 |
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' |