Skip to content
/ imi Public

CLI tool that finds various metadata and chunk data in PNG and JPG images

Notifications You must be signed in to change notification settings

jtris/imi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Metadata Inspector

Usage

./executable <path to an image>

Examples

screenshot

a good example of textual metadata that can be found in a png image:

screenshot

jpg metadata example:

screenshot

building

  • this is what your build.sh/build.bat script for this project might look like
  1. on Linux
cc -o imi jpg_operations.c png_operations.c inspector.c csv_lookup.c
  1. on Windows
@echo off
clang -o imi.exe jpg_operations.c png_operations.c inspector.c csv_lookup.c

About

CLI tool that finds various metadata and chunk data in PNG and JPG images

Topics

Resources

Stars

Watchers

Forks