index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (833B) | |
--- | |
1 Use Bilinear Scaling for Image Slides | |
2 ===================================== | |
3 | |
4 Description | |
5 ----------- | |
6 The patch replaces the Nearest Neighbor Scaling algorithm used for image… | |
7 Bilinear Scaling. | |
8 | |
9 This should give somewhat more pleasing results when using image slides … | |
10 graphs, or other material which suffers badly under aliasing. | |
11 | |
12 Notes | |
13 ----- | |
14 Due to the nature of Bilinear Scaling, scaling down more than 50% will h… | |
15 somewhat less pleasing results. Scaling up will generally be quite blurr… | |
16 | |
17 There is room for further improvement of image scaling, e.g: Implementin… | |
18 better scaling algorithm such as bicubic, or lancszos; and/or using sepa… | |
19 algorithms for scaling up or down. | |
20 | |
21 Download | |
22 -------- | |
23 * [sent-bilinearscaling-1.0.diff](sent-bilinearscaling-1.0.diff) | |
24 | |
25 Author | |
26 ------ | |
27 * Anton Kindestam (xantoz) <[email protected]> |