Issue 2134: removed obsolete raw highlight preservation setting from GUI (still left in procparams for backwards compatilibility)

This commit is contained in:
torger
2015-07-10 12:00:36 +02:00
commit d5ca351c20
1751 changed files with 441944 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
Patch for vanilla dcraw. Please run this against any new dcraw version copied here.
Instructions for patching:
1) Download newest dcraw.c file, and copy to this folder.
2) Run 'patch -p0 < dcraw.patch' to patch the file. If there are any rejections, please fix them manually.
3) Move the patched dcraw.c to dcraw.cc
4) Re-copy the vanilla downloaded dcraw.c back to this folder, and update the patch: 'diff -u dcraw.c dcraw.cc > dcraw.patch'