-
Notifications
You must be signed in to change notification settings - Fork 0
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
3 changed files
with
30 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 +1,21 @@ | ||
# RawGray | ||
# RawGray | ||
|
||
Extract Bayer channels from RAW images | ||
|
||
![Screenshot](docs/screen.png) | ||
|
||
# How to use it | ||
|
||
- Convert RAW images to 16 bit TIFF with [RawTherapee](https://www.rawtherapee.com) by setting the Demosaicing Method "None" | ||
- Open the TIFF image with RawGray | ||
- By using the R,G1,G2,B sliders, balance as desired | ||
- Export Channels to write 4 images, one for each channel | ||
|
||
# Notes | ||
|
||
- RAW images MUST have the bayer pattern RGGB (ex. Sony Alpha Camera). Different patterns require code changes. | ||
- There are some TIFF sample images bundled with the software. Try them to on-board quickly. | ||
|
||
# Requirements | ||
|
||
[.NET 6.0 Desktop Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.