- Sep 03, 2016
-
-
Søren Sandmann authored
This reverts commit 375f5ec5. This patch was accidentally pushed.
-
- Sep 02, 2016
-
-
This is very useful for comparing the results of SEPARABLE_CONVOLUTION with BILINEAR and NEAREST. v14: Removed good/best items v15: Skip filter generation so gnuplot output continues showing previous value Signed-off-by:
Bill Spitzak <spitzak@gmail.com> Reviewed-by:
Oded Gabbay <oded.gabbay@gmail.com>
-
Signed-off-by:
Bill Spitzak <spitzak@gmail.com> Reviewed-by:
Søren Sandmann <soren.sandmann@gmail.com>
-
It now shows the initial value of 4 when the demo is started Signed-off-by:
Bill Spitzak <spitzak@gmail.com> Reviewed-by:
Søren Sandmann <soren.sandmann@gmail.com>
-
- Sep 16, 2013
-
-
Søren Sandmann Pedersen authored
The separable convolution filter supports a subsample_bits of 0 which corresponds to no subsampling at all, so allow this value to be used in the scale demo.
-
- Jan 28, 2013
-
-
Søren Sandmann Pedersen authored
For large upscalings the level of subsampling for the filter has a quite visible effect, so make it settable in the UI so that people can experiment with various values.
-
- Dec 08, 2012
-
-
Søren Sandmann Pedersen authored
This program allows interactively scaling and rotating images with using various filters and repeat modes. It uses pixman_filter_create_separate_convolution() to generate the filters.
-