]> git.armaanb.net Git - logo.git/commitdiff
Update README
authorArmaan Bhojwani <me@armaanb.net>
Sat, 9 Jan 2021 18:18:12 +0000 (13:18 -0500)
committerArmaan Bhojwani <me@armaanb.net>
Sat, 9 Jan 2021 18:18:12 +0000 (13:18 -0500)
README.md
logo.webp [new file with mode: 0644]

index 73bbf00663de155b0e426f1e8ad947f5e285570c..f617f2fd8167255d90a35648ca138d26f4d79b15 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,7 +4,9 @@ A simple logo I designed for myself
 <img src="logo.webp" style="width: 250px; max-width: 100%; height: auto">
 
 ## 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)
diff --git a/logo.webp b/logo.webp
new file mode 100644 (file)
index 0000000..3f8885e
Binary files /dev/null and b/logo.webp differ