Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karl-sjogren/letter-avatar-service
A microservice that generates image avatars consisting of one or two letters.
https://github.com/karl-sjogren/letter-avatar-service
Last synced: 5 days ago
JSON representation
A microservice that generates image avatars consisting of one or two letters.
- Host: GitHub
- URL: https://github.com/karl-sjogren/letter-avatar-service
- Owner: karl-sjogren
- License: mit
- Created: 2019-04-22T16:38:28.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-03T23:32:45.000Z (over 1 year ago)
- Last Synced: 2024-11-01T23:36:29.596Z (14 days ago)
- Language: C#
- Homepage: https://letter-avatars.karl-sjogren.com/
- Size: 565 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Letter Avatar Service [![Azure Pipelines Status](https://karl-sjogren.visualstudio.com/letter-avatar-service/_apis/build/status/karl-sjogren.letter-avatar-service?branchName=develop)](https://karl-sjogren.visualstudio.com/letter-avatar-service/_build/latest?definitionId=3&branchName=develop) [![Travis CI Status](https://travis-ci.com/karl-sjogren/letter-avatar-service.svg?branch=develop)](https://travis-ci.com/karl-sjogren/letter-avatar-service) [![NuGet Version](https://img.shields.io/nuget/v/LetterAvatars.Generator)](https://www.nuget.org/packages/LetterAvatars.Generator/) [![NuGet Downloads](https://img.shields.io/nuget/dt/LetterAvatars.Generator)](https://www.nuget.org/packages/LetterAvatars.Generator/)
A microservice that generates image avatars consisting of one or two letters.
## Background palettes
A good palette of background colors is important. There one compiled into the
`DefaultPaletteService` is generated via [i want hue](http://tools.medialab.sciences-po.fr/iwanthue/)
which is a great little servive that creates great palettes and can generate
as many colors as needed (instead of just a few complementary colors as most
service gives you).## Notice
While this is a fully working and useful project this is also my playground for new
services and libraries. This is why there are support for a lot of services and multple
CI configured.