ImageGenerator is a project on ASP.NET Core that generates an image with one color and specified size. Used in SendColorBot to send color pictures to Telegram.
To generate an image, you should specify parameters in the link and then make GET request:
DOMAIN/ImageGenerator?width=WIDTH OF IMAGE&height=HEIGHT OF IMAGE&color=RGB COLOR IN HEX
ASP.NET Core — Cross-platform open-source web framework.
ImageSharp — Cross-platform library for image file processing.
The project is licensed under the MIT license.