Scaling
nJimage getScaledInstance(int nwidth, int nheight)
This scales with bicubic interpolation.
nJimage 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.
n