A versatile tool for hiding one image within another.
Subimg is a command-line tool written in Rust that facilitates hiding one image within another, specifically targeting the transparent area of an image. It supports PNG and TIFF as output image types and allows hiding images of types PNG, TIFF, JPEG, and GIF.
Build and install using the Rust package manager.
cargo install subimg
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
![]() |
![]() |
---|
This project is licensed under the GNU General Public License v3.0.