public final class Image extends Object
| Constructor and Description |
|---|
Image() |
| Modifier and Type | Method and Description |
|---|---|
static void |
copy(ByteBuffer srcBuf,
int srcStep,
ByteBuffer dstBuf,
int dstStep,
boolean signed) |
static void |
copy(DoubleBuffer srcBuf,
int srcStep,
DoubleBuffer dstBuf,
int dstStep) |
static void |
copy(FloatBuffer srcBuf,
int srcStep,
FloatBuffer dstBuf,
int dstStep) |
static void |
copy(IntBuffer srcBuf,
int srcStep,
IntBuffer dstBuf,
int dstStep) |
static void |
copy(ShortBuffer srcBuf,
int srcStep,
ShortBuffer dstBuf,
int dstStep,
boolean signed) |
static BufferedImage |
createImage(ByteBuffer data,
int width,
int height,
int type) |
static BufferedImage |
createImage(VideoFrame frame,
int type) |
static ByteBuffer |
createImageBuffer(BufferedImage image) |
static PixelFormat |
getPixelFormat(BufferedImage image) |
public static PixelFormat getPixelFormat(BufferedImage image)
public static ByteBuffer createImageBuffer(BufferedImage image)
public static BufferedImage createImage(VideoFrame frame, int type)
public static BufferedImage createImage(ByteBuffer data, int width, int height, int type)
public static void copy(ByteBuffer srcBuf, int srcStep, ByteBuffer dstBuf, int dstStep, boolean signed)
public static void copy(ShortBuffer srcBuf, int srcStep, ShortBuffer dstBuf, int dstStep, boolean signed)
public static void copy(FloatBuffer srcBuf, int srcStep, FloatBuffer dstBuf, int dstStep)
public static void copy(DoubleBuffer srcBuf, int srcStep, DoubleBuffer dstBuf, int dstStep)
Copyright © 2013. All Rights Reserved.