X-Git-Url: https://git.armaanb.net/?p=logo.git;a=blobdiff_plain;f=README.md;h=f8c68169c06e8aa02f3c11480cac4489fb37f292;hp=b010211bdebbd6c9c18411290d0bd95474db2ba3;hb=83574c6f204e7f4cf2844fd137f6eb812840c1c8;hpb=bf93fa8fcc054571995457ed7e4b118ba7cb3817 diff --git a/README.md b/README.md index b010211..f8c6816 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,32 @@ # personal logo -A simple logo I designed for myself +A logo/icon/pfp I designed for myself - +![Logo](logo.png) + +## Generation +Running `svg2img ` 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 - * Easily vectorized + * Written as a simple SVG * Looks equally good in ASCII/Unicode art * Monochrome * No words/typefaces involved -## Color pallet -| color | hex | -|-------|---------| -| white | #000000 | -| dark | #212121 | -| color | #00FFBF | +## Color palette +| color | hex | +|-------------|---------| +| white | #000000 | +| dark | #212121 | +| color | #00FFBF | +| transparent | n/a | ## License -Copyright 2021 Armaan Bhojwani. Creative Commons BY-NC-SA 4.0 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. See the LICENSE file for more information.