From 9c9a68787d1d2bfa2f216f80f0b22c32439f46e1 Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Tue, 22 Jul 2014 12:16:11 -0700 Subject: [PATCH] imageresampler library reference --- docs/stb_resample_ideas.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/stb_resample_ideas.txt b/docs/stb_resample_ideas.txt index a634d91..c60b0dc 100644 --- a/docs/stb_resample_ideas.txt +++ b/docs/stb_resample_ideas.txt @@ -1,3 +1,13 @@ +1. + +Consider just porting this C++ public domain +library back to C: + https://code.google.com/p/imageresampler/source/browse/#svn%2Ftrunk +(recommended by @castano) + + +2. + Consider three cases just to suggest the spectrum of possiblities: