Skip to content

Commit cd2c445

Browse files
committed
CR2 support
1 parent b167245 commit cd2c445

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

ExifDate2FS.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
if os.name == 'nt':
1111
from win32_setctime import setctime
1212

13-
SUPPORTED_FORMATS = ['jpg', 'jpeg', 'tif', 'tiff', 'webp', 'heic']
13+
SUPPORTED_FORMATS = ['jpg', 'jpeg', 'tif', 'tiff', 'webp', 'heic', 'cr2']
1414

15-
__version__ = '0.8.5'
15+
__version__ = '0.8.6'
1616

1717

1818
# Ported from: https://github.com/victordomingos/optimize-images

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Optionally you can rename file to IMG_YYYYMMDD_HHMMSS.jpg with `--rename`
1111
* JPEG (.jpg .jpeg)
1212
* TIFF (.tif .tiff)
1313
* WebP
14-
* HEIC (.heic)
14+
* HEIF/HEIC (.heic)
15+
* CR2 (.cr2)
1516

1617
Supports Windows, Linux, MacOS and probably other OSes.
1718

0 commit comments

Comments
 (0)