Hi,
Is it possible to extend Java2D to add new interpolation schemes ?
Nearest neighbor and bilinear aren’t good enough for my application and I’d like to use a bicubic filter and a more complex one.
JAI seems to handle bicubic, but I’d like to keep with Java2D
Thanks,
Oliver