From a32fa8b4dfd90b86bcd53d463a6e16757cbfa4a1 Mon Sep 17 00:00:00 2001 From: Jorge Rodriguez Date: Thu, 31 Jul 2014 16:36:09 -0700 Subject: [PATCH] This to-do item done. --- stb_resample.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/stb_resample.h b/stb_resample.h index bd0171a..73dd28d 100644 --- a/stb_resample.h +++ b/stb_resample.h @@ -25,8 +25,6 @@ TODO: Installable filters - Specify with (s0, t0) X (s1, t1) what area of the source image to use, - at sub-pixel level Specify wrap and filter modes independently for each axis Resize that respects alpha test coverage (Reference code: FloatImage::alphaTestCoverage and FloatImage::scaleAlphaToCoverage: