Scaling
n Jimage getScaledInstance(int nwidth, int
nheight)
This scales with bicubic interpolation.
n Jimage getScaledInstance(int nwidth, int
nheight, int ndepth)
This method allows the depth as well as area of an image
to be altered if it is reduced the planes are aggregated if
increased they are interpolated.