public class ImageOP extends Object
| Constructor and Description |
|---|
ImageOP() |
| Modifier and Type | Method and Description |
|---|---|
static void |
subImageWithFill(byte[] src,
int width,
int height,
byte[] dst,
int dstW,
int dstH,
int offX,
int offY) |
static void |
subImageWithFillInt(int[] src,
int width,
int height,
int[] dst,
int dstW,
int dstH,
int offX,
int offY) |
static void |
subImageWithFillPic8(Picture _in,
Picture out,
Rect rect) |
public static void subImageWithFillInt(int[] src,
int width,
int height,
int[] dst,
int dstW,
int dstH,
int offX,
int offY)
src - area - public static void subImageWithFill(byte[] src,
int width,
int height,
byte[] dst,
int dstW,
int dstH,
int offX,
int offY)
Copyright © 2019. All rights reserved.