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.2.5-ice35-b28
Copyright © 2016 The University of Dundee & Open Microscopy Environment. All Rights Reserved.