Skip to content

alehaa/avatar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Avatar

This repository contains all sources of my current and past avatars as vector graphics.

Generate PNG

To generate rasterized versions, imagemagick's convert tool can be used. A file with transparent background, 500px wide, can be generated by using this command:

docker run               \
    --rm -it             \
    -v $PWD:$PWD -w $PWD \
    dpokidov/imagemagick \
    -background none     \
    -density 687         \
    src/avatar-01.svg    \
    avatar.png

If the target platform doesn't support transparent backgrounds, #eee should be used for light environments and #1e1e1e for dark ones.

Notes

Despite not being perfectly symmetrical, all avatar SVGs are optimized to be displayed in circle-shape, as this is today's standard of most websites. Like it or not.

License

This work is licensed under CC BY 4.0.

© 2021 Alexander Haase

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published