diff --git a/uppsrc/Draw/ImageOp.h b/uppsrc/Draw/ImageOp.h index 5e9c46846..4afdd0869 100644 --- a/uppsrc/Draw/ImageOp.h +++ b/uppsrc/Draw/ImageOp.h @@ -189,7 +189,7 @@ Image CachedRescale(const Image& m, Size sz, int filter = Null); Image CachedRescalePaintOnly(const Image& m, Size sz, const Rect& src, int filter = Null); Image CachedRescalePaintOnly(const Image& m, Size sz, int filter = Null); -// Obsolere, replace with RescaleFilter! +// Obsolete, replace with RescaleFilter! Image RescaleBicubic(const Image& src, Size sz, const Rect& src_rc, Gate2 progress = false); Image RescaleBicubic(const Image& img, Size sz, Gate2 progress = false); Image RescaleBicubic(const Image& img, int cx, int cy, Gate2 progress = false);