Edited wiki page through web user interface.

import/raw
castano 17 years ago
parent 2aca241bd6
commit 4d49814c91

@ -8,39 +8,46 @@ This page demonstrates the results of resampling different images using various
== Test 1 ==
Resize filters without gamme correction.
=== Original image ===
[http://nvidia-texture-tools.googlecode.com/svn/trunk/data/wiki/test1.png]
=== Box filter ===
`nvzoom -f box -s # test1.png`
`nvzoom -g 1.0 -f box -s # test1.png`
|| 0.7 || 0.5 || 0.3 ||
|| || || ||
|| [http://nvidia-texture-tools.googlecode.com/svn/trunk/data/wiki/test1_07_box.png] || [http://nvidia-texture-tools.googlecode.com/svn/trunk/data/wiki/test1_05_box.png] || [http://nvidia-texture-tools.googlecode.com/svn/trunk/data/wiki/test1_03_box.png] ||
=== Triangle filter ===
`nvzoom -f triangle -s # test1.png`
`nvzoom -g 1.0 -f triangle -s # test1.png`
|| 0.7 || 0.5 || 0.3 ||
|| || || ||
|| [http://nvidia-texture-tools.googlecode.com/svn/trunk/data/wiki/test1_07_triangle.png] || [http://nvidia-texture-tools.googlecode.com/svn/trunk/data/wiki/test1_05_triangle.png] || [http://nvidia-texture-tools.googlecode.com/svn/trunk/data/wiki/test1_03_triangle.png] ||
=== Quadratic (Bell) filter ===
`nvzoom -f quadratic -s # test1.png`
`nvzoom -g 1.0 -f quadratic -s # test1.png`
|| 0.7 || 0.5 || 0.3 ||
|| || || ||
|| [http://nvidia-texture-tools.googlecode.com/svn/trunk/data/wiki/test1_07_quadratic.png] || [http://nvidia-texture-tools.googlecode.com/svn/trunk/data/wiki/test1_05_quadratic.png] || [http://nvidia-texture-tools.googlecode.com/svn/trunk/data/wiki/test1_03_quadratic.png] ||
=== Lanczos3 filter ===
`nvzoom -f lanczos -s # test1.png`
`nvzoom -g 1.0 -f lanczos -s # test1.png`
|| 0.7 || 0.5 || 0.3 ||
|| || || ||
|| [http://nvidia-texture-tools.googlecode.com/svn/trunk/data/wiki/test1_07_lanczos.png] || [http://nvidia-texture-tools.googlecode.com/svn/trunk/data/wiki/test1_05_lanczos.png] || [http://nvidia-texture-tools.googlecode.com/svn/trunk/data/wiki/test1_03_lanczos.png] ||
=== Kaiser-windowed sinc filter ===
`nvzoom -f kaiser -s # test1.png`
`nvzoom -g 1.0 -f kaiser -s # test1.png`
|| 0.7 || 0.5 || 0.3 ||
|| || || ||
|| [http://nvidia-texture-tools.googlecode.com/svn/trunk/data/wiki/test1_07_kaiser.png] || [http://nvidia-texture-tools.googlecode.com/svn/trunk/data/wiki/test1_05_kaiser.png] || [http://nvidia-texture-tools.googlecode.com/svn/trunk/data/wiki/test1_03_kaiser.png] ||
Loading…
Cancel
Save