mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
[#159 state:fixed] Added 'orf' to the list of supported extensions under cocoa (they work fine, I tried em).
This commit is contained in:
parent
caee5e37f0
commit
2a6f524a5b
@ -28,7 +28,7 @@ IPHOTO_PATH = Path('iPhoto Library')
|
|||||||
|
|
||||||
class Photo(PhotoBase):
|
class Photo(PhotoBase):
|
||||||
HANDLED_EXTS = PhotoBase.HANDLED_EXTS.copy()
|
HANDLED_EXTS = PhotoBase.HANDLED_EXTS.copy()
|
||||||
HANDLED_EXTS.update({'psd', 'nef', 'cr2'})
|
HANDLED_EXTS.update({'psd', 'nef', 'cr2', 'orf'})
|
||||||
|
|
||||||
def _plat_get_dimensions(self):
|
def _plat_get_dimensions(self):
|
||||||
return _block_osx.get_image_size(str(self.path))
|
return _block_osx.get_image_size(str(self.path))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user