public class AWTUtil
extends java.lang.Object
| Constructor and Description |
|---|
AWTUtil() |
| Modifier and Type | Method and Description |
|---|---|
static org.jcodec.common.model.Picture |
fromBufferedImage(java.awt.image.BufferedImage src) |
static org.jcodec.common.model.Picture |
fromBufferedImage(java.awt.image.BufferedImage src,
org.jcodec.common.model.ColorSpace tgtColor) |
static void |
fromBufferedImage(java.awt.image.BufferedImage src,
org.jcodec.common.model.Picture dst) |
static void |
savePicture(org.jcodec.common.model.Picture pic,
java.lang.String format,
java.io.File file) |
static java.awt.image.BufferedImage |
toBufferedImage(org.jcodec.common.model.Picture src) |
static void |
toBufferedImage(org.jcodec.common.model.Picture src,
java.awt.image.BufferedImage dst) |
public static java.awt.image.BufferedImage toBufferedImage(org.jcodec.common.model.Picture src)
public static void toBufferedImage(org.jcodec.common.model.Picture src,
java.awt.image.BufferedImage dst)
public static org.jcodec.common.model.Picture fromBufferedImage(java.awt.image.BufferedImage src,
org.jcodec.common.model.ColorSpace tgtColor)
public static org.jcodec.common.model.Picture fromBufferedImage(java.awt.image.BufferedImage src)
public static void fromBufferedImage(java.awt.image.BufferedImage src,
org.jcodec.common.model.Picture dst)
public static void savePicture(org.jcodec.common.model.Picture pic,
java.lang.String format,
java.io.File file)
throws java.io.IOException
java.io.IOExceptionCopyright © 2015. All Rights Reserved.