Removed obsoleted resize algos Downscale Faster/Better. Applied Lanczos instead. Ported all resize algos to float instead of double. Removed corresponding strings from default language file.
This commit is contained in:
@@ -121,7 +121,7 @@ class ImProcFunctions {
|
||||
void sharpening (LabImage* lab, float** buffer);
|
||||
void transform (Imagefloat* original, Imagefloat* transformed, int cx, int cy, int sx, int sy, int oW, int oH);
|
||||
void lab2rgb (LabImage* lab, Image8* image);
|
||||
void resize (Image16* src, Image16* dst, double dScale);
|
||||
void resize (Image16* src, Image16* dst, float dScale);
|
||||
void deconvsharpening (LabImage* lab, float** buffer);
|
||||
void MLsharpen (LabImage* lab);// Manuel's clarity / sharpening
|
||||
void MLmicrocontrast(LabImage* lab ); //Manuel's microcontrast
|
||||
|
Reference in New Issue
Block a user