aboutsummaryrefslogtreecommitdiffstats
path: root/main/shotwell/shotwell-0.14.1-LibRaw.patch
blob: 996ac60f10cba048cbd0274644cd1438a0be5a89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- src/photos/GRaw.vala	2013-04-02 19:54:23.000000000 -0500
+++ src/photos/GRaw.vala	2013-05-31 07:28:54.118450454 -0500
@@ -244,7 +244,7 @@
         // threshold
         output_params->half_size = half_size;
         // four_color_rgb
-        output_params->document_mode = GRaw.DocMode.STANDARD;
+        //output_params->document_mode = GRaw.DocMode.STANDARD;
         output_params->highlight = GRaw.HighlightMode.CLIP;
         output_params->use_auto_wb = true;
         output_params->use_camera_wb = true;
--- src/photos/GRaw.vala	2013-05-31 07:30:19.000000000 -0500
+++ src/photos/GRaw.vala	2013-05-31 07:37:33.691438861 -0500
@@ -167,9 +167,9 @@
         throw_exception("adjust_sizes_info_only", proc.adjust_sizes_info_only());
     }
     
-    public void document_mode_processing() throws Exception {
-        throw_exception("document_mode_processing", proc.document_mode_processing());
-    }
+    //public void document_mode_processing() throws Exception {
+    //    throw_exception("document_mode_processing", proc.document_mode_processing());
+    //}
     
     public unowned LibRaw.ImageOther get_image_other() {
         return proc.get_image_other();