public class ImageUtil extends Object
| Constructor and Description |
|---|
ImageUtil() |
| Modifier and Type | Method and Description |
|---|---|
static BufferedImage |
createBufferedImage(int[] buf,
int sizeX,
int sizeY)
Creates a buffered image from a rendering engine RGB buffer without data
copying.
|
public static BufferedImage createBufferedImage(int[] buf, int sizeX, int sizeY)
buf - the rendering engine packed integer buffer.sizeX - the X-width of the image rendered.sizeY - the Y-width of the image rendered.
Version: 5.1.3-ice35-b52
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.