🖼 ImageGenerator

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.

alt text

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

🛠 Tools that project uses

ASP.NET Core — Cross-platform open-source web framework.

ImageSharp — Cross-platform library for image file processing.

📝 License

The project is licensed under the MIT license.

This project on Github