-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for ARW, DNG, CR2 raw (#140)
This pull request for the issue #15 will introduce: 1. Support for RAW file processors. - [x] ARW - [ ] DNG - yurij: doesn't actually work with DNG produced by Lightroom, disabled in this PR - [x] CR2 The other raw format should work by adding the extension in the IMAGE_REGEX constant but the below formats are not yet tested. - CR3 - CRW 2. If a RAW file and a JPG file with the same name exist in the same directory, the logic will prioritize processing the JPG file and ignore the corresponding RAW file. --------- Co-authored-by: Yurij Mikhalevich <[email protected]>
- Loading branch information
1 parent
01801ea
commit 15805ed
Showing
6 changed files
with
85 additions
and
9 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters