subimg

Crates.iosubimg
lib.rssubimg
version0.2.0
sourcesrc
created_at2023-11-01 16:35:43.995378
updated_at2023-11-01 16:35:43.995378
descriptionA tool to hide sub-images in the image, supported image types PNG and TIFF.
homepagehttps://github.com/pic16f877ccs/subimg
repositoryhttps://github.com/pic16f877ccs/subimg
max_upload_size
id1021312
size2,542,132
(pic16f877ccs)

documentation

README

subimg

A tool to hide another image in an image.

Description

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

Build with Rust package manager.

cargo b -r

Usage:

Hides the image within the image.

subimg inputImage.png --input=subImage.jpeg --output=outputImage.png

Saving an invisible image.

subimg imageInImage.png --output-subimage=outputSubImage.jpeg

Example:

Input image type PNG with transparent region and JPEG image file.



Makes the additional input image invisible.

subimg gastropoda.png -i picus.jpeg -o gastropoda_picus.png

Extracts invisible image.

subimg gastropoda_picus.png -O picus.jpeg
image
image

License

GNU General Public License v3.0

Commit count: 18

cargo fmt