vs
Class ImageUtils

java.lang.Object
  |
  +--vs.ImageUtils

public class ImageUtils
extends java.lang.Object


Constructor Summary
ImageUtils()
           
 
Method Summary
 int[] rotateImage(int[] inputImage, int width, int height, double angle)
           
 int[] zoomImage(int[] inputImage, int width, int height, int percent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageUtils

public ImageUtils()
Method Detail

rotateImage

public int[] rotateImage(int[] inputImage,
                         int width,
                         int height,
                         double angle)

zoomImage

public int[] zoomImage(int[] inputImage,
                       int width,
                       int height,
                       int percent)