Categorygithub.com/agorman/go-dcraw-json/v2
package
2.0.0
Repository: https://github.com/agorman/go-dcraw-json.git
Documentation: pkg.go.dev

# README

Build Status go report card GoDoc codecov

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)
	}