Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

golang-leipzig/logo

Repository files navigation

Logo for the Cloud-Native and Golang Leipzig Meetup

cloud-native and golang leipzig meetup logo

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

Convert SVG to PNG

The following instructions assumes that ImageMagick is available:

$ convert -background none cloud-native-and-golang-leipzig.{svg,png}

Variant 1 for meetup.com group

$ convert -resize 800x -background none cloud-native-and-golang-leipzig.{svg,png}
$ convert cloud-native-and-golang-leipzig.png -gravity east -extent 1200x800 cloud-native-and-golang-leipzig-meetup.png