From 5101e1d4e7f14f0c16bd9ce1c363a50fdd79f313 Mon Sep 17 00:00:00 2001 From: heckflosse Date: Mon, 4 Jun 2018 16:09:49 +0200 Subject: [PATCH] Changed order of bayer demosaicers in combobox --- rtengine/procparams.cc | 12 ++++++------ rtengine/procparams.h | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/rtengine/procparams.cc b/rtengine/procparams.cc index 0f364012b..9f6f26cf5 100644 --- a/rtengine/procparams.cc +++ b/rtengine/procparams.cc @@ -2436,19 +2436,19 @@ const std::vector& RAWParams::BayerSensor::getMethodStrings() { static const std::vector method_strings { "amaze", - "igv", + "amazevng4", + "rcd", + "dcb", "lmmse", + "igv", + "ahd", "eahd", "hphd", "vng4", - "dcb", - "ahd", - "rcd", "fast", "mono", - "none", "pixelshift", - "amazevng4" + "none" }; return method_strings; } diff --git a/rtengine/procparams.h b/rtengine/procparams.h index 48b2603c0..121fb8afa 100644 --- a/rtengine/procparams.h +++ b/rtengine/procparams.h @@ -1224,19 +1224,19 @@ struct RAWParams { struct BayerSensor { enum class Method { AMAZE, - IGV, + AMAZEVNG4, + RCD, + DCB, LMMSE, + IGV, + AHD, EAHD, HPHD, VNG4, - DCB, - AHD, - RCD, FAST, MONO, - NONE, PIXELSHIFT, - AMAZEVNG4 + NONE }; enum class PSMotionCorrectionMethod {