Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 417 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 417 Bytes

cr2dump

Small utility to dump CR2 header and all 4 IFD headers alongside with data that is unmarshalled into a more friendly format

How to run it?

git clone https://github.com/hoenirvili/cr2dump && cd cr2dump 
make

Run an example

# this will run ./main image.CR2 ( it's and image of my
# chinise arduino uno captured using my Canon 80D camera
# using a 50mm 1.8STM lens)
make run