public class ImageConverter
extends java.lang.Object
Constructor and Description |
---|
ImageConverter() |
Modifier and Type | Method and Description |
---|---|
static com.sun.jna.platform.win32.WinDef.HICON |
createIcon(byte[] ico)
Converts an ICONDIR ico to an HICON handle
|
static byte[] |
writeTransparentIcoImage(java.awt.image.BufferedImage src)
Converts the BufferedImage to an ICONDIR structure.
|
public static byte[] writeTransparentIcoImage(java.awt.image.BufferedImage src)
src
- The source image to convertpublic static com.sun.jna.platform.win32.WinDef.HICON createIcon(byte[] ico)
ico
- the image data
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under Apache license.