-
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.
Merge branch 'main' of https://github.com/GelbEinhalb/camera-raw-to-tiff
- Loading branch information
Showing
1 changed file
with
12 additions
and
2 deletions.
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,12 @@ | ||
# camera-raw-to-tiff | ||
A tool for converting raw camera files to tiff | ||
# Raw to Tiff | ||
A **very** simple and **basic** tool for quickly converting raw camera files like `.cr2`, `.nef`, `.arw`, `.dng` and `.raw` to `.tiff`. | ||
|
||
This tool was written in a hurry and did not undergo proper testing as you might see by the missing `test/` folder. | ||
There are probably a million free tools out there that do a better job than mine so use them instead :D | ||
|
||
*If you are insane enough to trust this code, go ahead and have fun!* | ||
|
||
## Why should I use it? | ||
- Don't know if it works (It does with my testcases)! | ||
- Don't know if it's save! | ||
- Don't trust it if your life depends on it! |