java.lang.Object | |
↳ | com.priint.comet.renderer.util.ImageUtils |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static BufferedImage |
getBufferedImage(byte[] bytes, int imageType)
Creates a buffered image from the given byte[] using the color model provided.
| ||||||||||
static BufferedImage |
getBufferedImage(byte[] bytes)
This method creates a buffered image from a given byte[] using the
TYPE_3BYTE_BGR color model |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Creates a buffered image from the given byte[] using the color model provided.
bytes | bytes to be converted into BufferedImage |
---|---|
imageType | color model, see java.awt.image.BufferedImage |
This method creates a buffered image from a given byte[] using the
TYPE_3BYTE_BGR
color model
bytes | bytes to be converted into BufferedImage |
---|