Bilinear demozaicing method suppressed (it were containing a huge memory leak and gave worse result than "Fast", while being really marginally faster), and 2 unused files removed

This commit is contained in:
Hombre
2010-12-26 02:13:27 +01:00
parent 4eb4b6bbd7
commit 8cb45c0abe
6 changed files with 3 additions and 181 deletions

View File

@@ -28,7 +28,7 @@
namespace rtengine {
namespace procparams {
const char *RAWParams::methodstring[RAWParams::numMethods]={"eahd", "hphd", "vng4", "dcb", "amaze", "ahd", "fast", "bilinear" };
const char *RAWParams::methodstring[RAWParams::numMethods]={"eahd", "hphd", "vng4", "dcb", "amaze", "ahd", "fast" };
ProcParams::ProcParams () {