started working on enabling full support for CA correction with a lens profile
This commit is contained in:
@@ -57,7 +57,8 @@ class ImProcFunctions
|
||||
enum TransformMode {
|
||||
TRANSFORM_PREVIEW,
|
||||
TRANSFORM_HIGH_QUALITY,
|
||||
TRANSFORM_HIGH_QUALITY_FULLIMAGE
|
||||
TRANSFORM_HIGH_QUALITY_FULLIMAGE,
|
||||
TRANSFORM_HIGH_QUALITY_FULLIMAGE_CA
|
||||
};
|
||||
void transformLuminanceOnly (Imagefloat* original, Imagefloat* transformed, int cx, int cy, int oW, int oH, int fW, int fH);
|
||||
void transformGeneral(TransformMode mode, Imagefloat *original, Imagefloat *transformed, int cx, int cy, int sx, int sy, int oW, int oH, int fW, int fH, const LensCorrection *pLCPMap);
|
||||
|
Reference in New Issue
Block a user