Skip to content

Commit

Permalink
First Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsi620 committed May 4, 2023
1 parent 4449631 commit 7109441
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
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)
9 changes: 9 additions & 0 deletions RawGray.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@
<None Update="Samples\LTZ4191.tiff">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Samples\raw1.tiff">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Samples\raw2.tiff">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Samples\raw2_crop.tiff">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Samples\raw_2734x1806.tiff">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down
Binary file added docs/screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7109441

Please sign in to comment.