Crates.io | h_image |
lib.rs | h_image |
version | 0.1.0 |
source | src |
created_at | 2022-07-25 00:27:55.417731 |
updated_at | 2022-07-25 00:27:55.417731 |
description | pixel perfect drawing library written in Rust using only CPU |
homepage | |
repository | https://github.com/baehyunsol/drawer |
max_upload_size | |
id | 632271 |
size | 31,536 |
Pixel perfect image manipulation library.
It's not meant for real-time applications!
It aims to be pixel-perfect.
For that, it tries not to use floating point values when handling pixels.
It's not GPU-accelerated!
Other crates that it's using under the hood might use GPUs, but it does not.
It uses image crate for image IO. And font-kit for rasterizing fonts.
.otf
and .ttf
files