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 images with 7 Bilinear Scaling. 8 9 This should give somewhat more pleasing results when using image slides for 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 have 15 somewhat less pleasing results. Scaling up will generally be quite blurry. 16 17 There is room for further improvement of image scaling, e.g: Implementing a 18 better scaling algorithm such as bicubic, or lancszos; and/or using separate 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) <antonki@kth.se>