# README
go-timecode
Punt to dcraw-json in go.
dcraw-json is required: https://github.com/akillmer/dcraw-json
Installation
go get github.com/agorman/go-dcraw-json/v2
Documentation
https://godoc.org/github.com/agorman/go-dcraw-json
Basic usage
info, err := dcraw.GetImageData("RAW_NIKON_D3X.NEF")
if err != nil {
panic(err)
}