Make quote
This library provides a single function that can generate a quote image from user input. It is still under development, further document and crates.io dependencies will be released someday.
Usage
use ;
// First of all, load an font into memory
let font = read.unwrap;
// Create a image producer
let bold_font = read.unwrap;
let light_font = include_bytes!;
let producer = builder
.font
.output_size // optional
.font_scale // optional
.build;
// Create image configuration
let config = builder
.username
.avatar
.quote
.build;
// Then generate the image and get the image buffer
let buffer = producer.make_image.unwrap;
// You can do anything you like to the buffer, save it or just send it through the net.
write.unwrap;
This will provide the below example output:

Collaboration
If you want to submit code but don't know how to setup Rust environment,
you can install nix via your package manager OR follow this instruction.
Then follow this instruction to setup flakes.
Finally, run nix develop in the project root to get cargo, rustc and rust-analyzer...