mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.comment typo
git-svn-id: svn://ultimatepp.org/upp/trunk@6243 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
aa3cee0555
commit
09b96f92a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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<int, int> progress = false);
|
||||
Image RescaleBicubic(const Image& img, Size sz, Gate2<int, int> progress = false);
|
||||
Image RescaleBicubic(const Image& img, int cx, int cy, Gate2<int, int> progress = false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue