Crates.io | png_encode_mini |
lib.rs | png_encode_mini |
version | 0.1.2 |
source | src |
created_at | 2016-11-27 10:44:36.646719 |
updated_at | 2016-11-29 11:32:11.555369 |
description | Mini stand-alone PNG crate which writes out uncompressed RGBA image files. |
homepage | https://github.com/ideasman42/png-encode-mini-rs |
repository | https://github.com/ideasman42/png-encode-mini-rs |
max_upload_size | |
id | 7380 |
size | 11,591 |
Tiny PNG writing utility, without any dependency on zlib
or libpng
,
useful when only basic functionality is required.
Exposes a single method write
which takes RGBA
pixel-data, with width and height arguments.
Currently the tests use ImageMagick convert
and compare
commands
to validate the output images can be read.
While this crate is intentionally kept small, there are some possible additions.