Module processor

Source
Expand description

RAW processing orchestration and handler traits

This module implements the central RAW processor that dispatches to manufacturer-specific handlers based on detected format.

Structs§

RawProcessor
Central RAW processor that routes to manufacturer-specific handlers ExifTool: Main ExifTool dispatcher routes to manufacturer modules

Traits§

RawFormatHandler
Trait for manufacturer-specific RAW format handlers Each RAW format (Kyocera, Canon, Nikon, etc.) implements this trait ExifTool: Each manufacturer module has ProcessBinaryData or custom processing