giacomopiccinini / imagesum

Summary of images metadata, written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

imagesum

Obtain the "summary" of a folder containing images by reading metadata. Returns the total number of objects and the shapes. It is suggested to put it in /bin to enable system-wide execution.

Usage

imagesum <TARGET_DIRECTORY>

Output

Total images: 243
Unique (height, width) pairs: {(256, 512)}

About

Summary of images metadata, written in Rust

License:MIT License


Languages

Language:Rust 100.0%