public abstract class AWTFilter extends Object implements org.jcodec.api.transcode.Filter
| Constructor and Description |
|---|
AWTFilter() |
| Modifier and Type | Method and Description |
|---|---|
org.jcodec.api.transcode.PixelStore.LoanerPicture |
filter(org.jcodec.common.model.Picture picture,
org.jcodec.api.transcode.PixelStore store) |
protected abstract BufferedImage |
filterBufferedImage(BufferedImage rgb) |
org.jcodec.common.model.ColorSpace |
getInputColor() |
org.jcodec.common.model.ColorSpace |
getOutputColor() |
public org.jcodec.common.model.ColorSpace getOutputColor()
getOutputColor in interface org.jcodec.api.transcode.Filterpublic org.jcodec.common.model.ColorSpace getInputColor()
getInputColor in interface org.jcodec.api.transcode.Filterpublic org.jcodec.api.transcode.PixelStore.LoanerPicture filter(org.jcodec.common.model.Picture picture,
org.jcodec.api.transcode.PixelStore store)
filter in interface org.jcodec.api.transcode.Filterprotected abstract BufferedImage filterBufferedImage(BufferedImage rgb)
Copyright © 2019. All rights reserved.