A command-line tool for embedding camera metadata and shooting details into photos.
- Embed camera metadata and shooting details into photos
- Support for both single image and batch processing
- Native support for major camera manufacturers (Canon, Nikon, Sony, Fujifilm, Panasonic)
- Optional 16:9 aspect ratio output for video platforms
- Custom logo support
- Configurable information bar height with adaptive font and logo sizing
- Ensure you have Rust and Cargo installed
- Clone the repository:
git clone git@github.com:AngelMsger/lensight.git cd lensight
- Build and install:
cargo install --path .
cargo install lensight
lensight input.jpg output.jpg
lensight ./input_directory ./output_directory
lensight --force-16-9 input.jpg output.jpg
lensight ./input ./output --info-height 240
When installed via Cargo, Lensight includes built-in logos for Canon, Nikon, Sony, Fujifilm, and Panasonic. When building from source, you can add custom logos by placing them in the logos
directory with the brand name in lowercase.
To specify a custom logo file:
lensight ./input ./output --logo logos/custom.png
Note: The sample images in the repository have been compressed and their EXIF data removed for preview purposes. Please use your own images for testing.
- camera-watermark: Lensight utilizes the logo files organized by this project.
This project is licensed under the MIT License. See the LICENSE file for details.