Class ImageCropper

java.lang.Object
org.eclnt.ccee.image.ImageCropper

public class ImageCropper extends Object
  • Constructor Details

    • ImageCropper

      public ImageCropper()
  • Method Details

    • cropImage

      public static byte[] cropImage(byte[] bytes, int x1, int y1, int x2, int y2)