proxy.golang.org : github.com/kmulvey/cr2
Package cr2 implements rudimentary support for reading Canon Camera Raw 2 (CR2) files. CR2 is a bastardized TIFF file with a JPEG file inside it (yeah, thanks Canon). This package is a stripped back version of code.google.com/p/go.image/tiff. Known limitations: Because TIFF files and CR2 files share the same first few bytes, the image package's file type detection will fail to recognize a cr2 if the tiff reader is also imported.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/kmulvey/cr2
License: BSD-3-Clause
Latest release: about 3 years ago
First release: about 3 years ago
Namespace: github.com/kmulvey
Last synced: about 1 month ago