BicubicScaleFilter

This filter resizes an image using bicubic interpolation. Normally, you'd resize an image with AffineOp, but that won't do bicubic interpolation, hence this filter. It works by simply drawing the image with the bicubic interpolation rendering hint. Not that on some Java implementations, this actually looks worse than using bilinear interpolation.

BicubicScaleFilter
BicubicScaleFilter