Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tjamet/goraw
A go library to read raw files
https://github.com/tjamet/goraw
Last synced: 8 days ago
JSON representation
A go library to read raw files
- Host: GitHub
- URL: https://github.com/tjamet/goraw
- Owner: tjamet
- License: apache-2.0
- Created: 2018-07-18T20:38:18.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T09:09:15.000Z (8 months ago)
- Last Synced: 2024-06-20T06:24:04.989Z (5 months ago)
- Language: Go
- Size: 143 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![GoDoc](https://godoc.org/github.com/tjamet/goraw?status.svg)](https://godoc.org/github.com/tjamet/goraw)
[![Build Status](https://travis-ci.org/tjamet/goraw.svg?branch=master)](https://travis-ci.org/tjamet/goraw)# goraw
A go library to read raw filesThis library currently exposes simple parsers to access Exif metadata inside the raw files.
Are currently supported:
- canon `import _ "github.com/tjamet/goraw/canon"`
- nikon `import _ "github.com/tjamet/goraw/nikon"`
- fujifilm `import _ "github.com/tjamet/goraw/fuji"`To use the library, please see example_test.go