]> git.armaanb.net Git - logo.git/blobdiff - README.md
Update README
[logo.git] / README.md
index de7a0422ddb8c284836b81ce0292dbe29f074adf..6248f7c8aa883212ad80ee2ebade834f1a192a24 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,23 +1,32 @@
 # personal logo
-A simple logo I designed for myself
+A logo/icon/pfp I designed for myself
 
-<img src="png/color-trans.png" width="250">
+![Logo](logo-square-color-dark-256.png)
 
+## Generation
+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)
+  * ImageMagick (convert from PNG to anything)
+  * jp2a (convert from PNG to ASCII)
+  * chafa (convert from PNG to Unicode)
 
 ## Design Criteria
-  * Looks equally good in ASCII art
-  * Easily vectorized
-  * Not too much detail
-  * Represents me somehow
+  * Written as a simple SVG
+  * Looks equally good in ASCII/Unicode art
+  * Monochrome
+  * No words/typefaces involved
 
-## Uses
-  * Website
-  * Business card (both [curl](https://armaan.bhojwani.org/card) and paper)
-  * Neofetch picture
-  * Profile picture
-  * Git repo READMEs
-  * Shell RC file
-  * Anywhere that I put my name
+## Color palette
+| color       | hex     |
+|-------------|---------|
+| white       | #000000 |
+| dark        | #212121 |
+| color       | #00FFBF |
+| transparent | n/a     |
 
 ## License
-<p xmlns:dct="http://purl.org/dc/terms/" xmlns:cc="http://creativecommons.org/ns#" class="license-text">This work by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://armaan.bhojwani.org">Armaan Bhojwani</a> is licensed under <a rel="license" href="https://creativecommons.org/licenses/by-nc/4.0">CC BY-NC 4.0</a></p>
+Copyright 2021 Armaan Bhojwani. `svg2img` is MIT Licensed, however the logo itself is [not licensed](https://choosealicense.com/no-permission/), and under exclusive copyright.