-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
39 additions
and
1 deletion.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,40 @@ | ||
# UnRAWer | ||
Small GUI utility to Batch process Camera RAW images with OCIO support. | ||
Small GUI utility to Batch process Camera RAW images with OpenColorIO 3D Lut support. | ||
|
||
![UnRAWer2](https://github.com/ssh4net/UnRAWer/assets/3924000/798b24ff-bdac-451c-aebc-47256d0fff7a) | ||
|
||
## Core features | ||
- Support all camera raws supported in Libraw library including ProRAW DNG. | ||
- Multithreaded and asynchronous batch processing | ||
- Drag and drop interface with recursive subfolders support | ||
- Half Resolution camera raws import | ||
- Export as raw sensor data (bw), Bayers pattern (RGB) and different demosaic methods (supported in libraw) | ||
- Smart (per folder_suffix/filename_suffix) 3D Lut grading presets (via OpenColorIO) | ||
- Export as 8/16/32bit Tiff/jpeg/jpeg2000/PPM/PNG | ||
|
||
![UnRAWer](https://github.com/ssh4net/UnRAWer/assets/3924000/c8414525-ab87-4ce7-8110-f7a18161a658) | ||
|
||
### Required dependencies | ||
* OpenImageIO | ||
* LibRAW | ||
* OpenImageIO | ||
* libTIFF | ||
* OpenJpeg | ||
* libJpeg-turbo | ||
* zlib-ng | ||
* QT6 | ||
* etc. | ||
|
||
![UnRAWer3](https://github.com/ssh4net/UnRAWer/assets/3924000/3e5b2cd8-349b-47da-8ee0-7959c22bfc70) | ||
|
||
Support | ||
------- | ||
Please consider supporting this project via https://www.patreon.com/MadProcessor | ||
|
||
License | ||
------- | ||
|
||
Copyright © 2023 Erium Vladlen. | ||
|
||
UnRAWer is licensed under the GNU General Public License, Version 3. | ||
Individual files may have a different, but compatible license. |