--- 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();