luquinhas0021
11th November 2015, 20:20
As I'm passioned for testing upscaling algorithms, I went play around with Bicubic parameters. Well, Bicubic b=0, c=1 aren't sharp like Sinc 4 (It's sharp equal Photoshop CC 2015 Bicubic Sharper). So, I've decided put b like -x, because negative values for "b" does the same of positive ones for "c". So, 'cause precise Bicubic has the form b + 2c, as c = 1, b = -1. This yields incredible sharp results, but has aliasing in some areas (I imagine Bicubic ever generates aliasing, but bigger is b, or smaller is c, more hidden it is). I suggest you try my Bicubic parameters and talk me what you think. Try b = -0.5 c = 0.75 and b = -0.6 and c = 0.8, and let's see if some of this two last configurations I wrote are sharp like b = -1 c = 1, but generates less or no aliasing.