Crates.io | subimg |
lib.rs | subimg |
version | 0.2.0 |
source | src |
created_at | 2023-11-01 16:35:43.995378 |
updated_at | 2023-11-01 16:35:43.995378 |
description | A tool to hide sub-images in the image, supported image types PNG and TIFF. |
homepage | https://github.com/pic16f877ccs/subimg |
repository | https://github.com/pic16f877ccs/subimg |
max_upload_size | |
id | 1021312 |
size | 2,542,132 |
A tool to hide another image in an image.
Writes pixels to a transparent area of an image from another image, leaving the alpha channel transparent. Supports PNG and TIFF types. The be hidded type can be PNG, TIFF, JPEG, GIF.
Build with Rust package manager.
cargo b -r
subimg inputImage.png --input=subImage.jpeg --output=outputImage.png
subimg imageInImage.png --output-subimage=outputSubImage.jpeg
subimg gastropoda.png -i picus.jpeg -o gastropoda_picus.png
subimg gastropoda_picus.png -O picus.jpeg
GNU General Public License v3.0