From 81c1ddf110efb97f58b58193caa235af164ffe15 Mon Sep 17 00:00:00 2001 From: Jorge Rodriguez Date: Fri, 25 Jul 2014 00:00:40 -0700 Subject: [PATCH] Keeping a list of suggestions so I don't forget them. --- docs/stb_resample_ideas.txt | 7 +++++++ 1 file changed, 7 insertions(+) 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 + +