Skip to content

Commit

Permalink
feat(dng): update flags for parity with latest Adobe DNG Converter v14.5
Browse files Browse the repository at this point in the history
Signed-off-by: Braden Mars <bradenmars@bradenmars.me>
  • Loading branch information
BradenM committed Mar 4, 2023
1 parent 151db83 commit b434cf4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pydngconverter/flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ class CRawCompat(CliFlag):
SIX_SIX = 6.6
SEVEN_ONE = 7.1
ELEVEN_TWO = 11.2
TWELVE_FOUR = 12.4
THIRTEEN_TWO = 13.2
FOURTEEN = 14.0

@property
def name(self):
Expand All @@ -65,6 +68,7 @@ class DNGVersion(CliFlag):
ONE_ONE = 1.1
ONE_THREE = 1.3
ONE_FOUR = 1.4
ONE_SIX = 1.6

@property
def name(self):
Expand Down

0 comments on commit b434cf4

Please sign in to comment.