Maker notes handling
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public enum IEEXIFMakerNotesHandling
Public Enumeration IEEXIFMakerNotesHandling
public enum class IEEXIFMakerNotesHandling
Members
Member | Value | Description |
---|---|---|
Discard | 0 |
Don't load EXIF MakerNotes tag
|
DecodeOrDiscardRaw | 1 |
Decode or discard RAW on unknown MakerNotes (default)
|
DecodeOrMaintainRaw | 2 |
Decode and maintain RAW, even on unknown MakerNotes. Saved decoded MakerNotes. Can produce corrupted jpegs on unknown MakerNotes!
|
DecodeAndSaveRaw | 3 |
Decode and maintain original RAW MakerNotes on save. Can produce corrupted jpegs!
|