summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorChris Reuter <chris@blit.ca>2013-10-22 18:12:55 -0400
committerChris Reuter <chris@blit.ca>2013-10-22 21:22:35 -0400
commitf321961a3c08600893b427ff27a89e1c280d1bb3 (patch)
tree7e2716c2b6e277492735cb2f0fc8d0be8666a20f /.gitignore
parent916d00c2f09c705c3a51b063d9662241c4e22375 (diff)
downloadlibgd-f321961a3c08600893b427ff27a89e1c280d1bb3.tar.gz
Added test case to exercise all of the gdImageScale() modes.
Creates and shrinks a bunch of images using gdImageScale(), once per mode in both palette and truecolor. It does not use GD_DEFAULT (which is equivalent to one of the others) or GD_WEIGHTED4 (unsupported for scaling). Note that this test does not check if the resulting image looks anything like the source.
Diffstat (limited to '.gitignore')
-rwxr-xr-x.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9c1552d..1c88997 100755
--- a/.gitignore
+++ b/.gitignore
@@ -204,3 +204,6 @@ Makefile.in
/tests/gdimagerotate/bug00067
/tests/gdimageline/gdImageAALine_thickness
/tests/gdimageline/gdimageline_bug5
+/tests/gdinterpolatedscale/gdTrivialResize
+/tests/gdinterpolatedscale/gdModesAndPalettes
+