Crates.io | text_on_image |
lib.rs | text_on_image |
version | 0.1.0 |
source | src |
created_at | 2024-02-16 22:40:05.019134 |
updated_at | 2024-02-16 22:40:05.019134 |
description | An easier way to place text on images. |
homepage | https://github.com/wyatt-bowen/text_on_image |
repository | https://github.com/wyatt-bowen/text_on_image |
max_upload_size | |
id | 1142852 |
size | 84,366 |
While making a bingo card generator using image and imageproc, I recognized a need for a better way to place text on images. This crate depends on those two crates, but provides users with extra functionality.
If you are looking to place multiple lines of text on an image that are spatially related, then this should be a better option than using imageproc's draw_text_mut function.