media.raw
is a specialized library within the SmartMediaFiles ecosystem. Its purpose is to define and categorize all file types and extensions related to RAW image files from digital cameras. This library provides the necessary definitions for the main @/media
library to recognize and classify RAW files (e.g., CR2
, NEF
, DNG
).
- File Type Definitions: Provides a list of
FileType
constants for each supported RAW format. - File Extension Definitions: Provides a list of all corresponding
FileExtension
constants. - Type-to-Extension Mapping: Contains the
RawFileTypesExtensions
map that links each file type to its extensions, which is then consumed by the central@/media
registry. - Future-proofing: This library will be expanded to include functions for extracting RAW-specific metadata.
go get -u github.com/smartmediafiles/media.raw
This project is licensed under the MIT License - see the LICENSE.md file for details.