injected-image-checker

Crates.ioinjected-image-checker
lib.rsinjected-image-checker
version0.0.2
sourcesrc
created_at2024-12-11 09:51:21.665191
updated_at2024-12-11 09:57:04.41511
descriptionVerify whether the image contains additional data
homepagehttps://github.com/lichtcui/injected-image-checker
repositoryhttps://github.com/lichtcui/injected-image-checker
max_upload_size
id1479874
size41,949
Licht Cui (lichtcui)

documentation

README

injected-image-checker

Verify whether the target image contains additional data, such as video or other types of information.

support:

  • png
  • jpg
  • jpeg
  • gif
  • svg

install

cargo install injected-image-checker

params

  • --path: target image path

example

# mac
injected-image-checker --path="/target/dir/test.png"
Commit count: 7

cargo fmt