]> git.armaanb.net Git - logo.git/blobdiff - README.md
Add LICENSE file
[logo.git] / README.md
index 73bbf00663de155b0e426f1e8ad947f5e285570c..bae6492917681418a16e2b51b528dee4cf1189b4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,10 +1,12 @@
 # personal logo
-A simple logo I designed for myself
+A logo/icon/pfp I designed for myself
 
-<img src="logo.webp" style="width: 250px; max-width: 100%; height: auto">
+![Logo](logo-square-color-dark-256.png)
 
 ## Generation
-Running `svg2img <format>` will generate all the variants of the logo in SVG, PNG, and the format of your choice. The logo goes from the template to SVG to PNG to whatever format you choose. It supports any format that ImageMagick supports, as well as ASCII and Unicode.
+Running `svg2img <formats>` will generate all the variants of the logo in the formats of your choice. The logo goes from the template to SVG to PNG to whatever format you choose. It supports any format that ImageMagick supports, as well as ASCII and Unicode.
+
+For example, `svg2img webp heic` will generate SVG, PNG, WebP and HEIF versions of all 18 color and shape variants of the logo.
 
 ### Depends
   * Inkscape (core usage)
@@ -27,4 +29,4 @@ Running `svg2img <format>` will generate all the variants of the logo in SVG, PN
 | transparent | n/a     |
 
 ## License
-Copyright 2021 Armaan Bhojwani. `svg2img` is MIT Licensed, however the logo itself is [not licensed](https://choosealicense.com/no-permission/), and under exclusive copyright.
+Copyright 2021 Armaan Bhojwani <me@armaanb.net>. `svg2img` is MIT Licensed, however the logo itself is [not licensed](https://choosealicense.com/no-permission/), and under exclusive copyright. See the LICENSE file for more information.