diff --git a/docs/stb_resample_ideas.txt b/docs/stb_resample_ideas.txt index a9842d3..c67621b 100644 --- a/docs/stb_resample_ideas.txt +++ b/docs/stb_resample_ideas.txt @@ -190,3 +190,10 @@ Cubic sampling function for seperable cubic: f(x) = 0 otherwise "a" is configurable, try -1/2 (from http://pixinsight.com/forum/index.php?topic=556.0 ) + + +Wish list: + s0, t0, s1, t1 vs scale_x, scale_y, offset_x, offset_y - What's the best interface? + Separate wrap modes and filter modes per axis + +