public class Image2RGBA extends Filter
Constructor and Description |
---|
Image2RGBA(Element image_element)
Instantiates a new Image2RGBA with specified element
|
Image2RGBA(Element image_element,
boolean premultiply)
Instantiates a new Image2RGBA.
|
Image2RGBA(Image image)
Instantiates a new Image2RGBA with specified image
|
Image2RGBA(Image image,
boolean premultiply)
Instantiates a new Image2RGBA.
|
Image2RGBA(Obj image_xobject)
Instantiates a new Image2RGBA with specifed image Obj
|
Image2RGBA(Obj image_xobject,
boolean premultiply)
Instantiates a new Image2RGBA.
|
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Frees the native memory of the object.
|
__Create, __GetHandle, __SetRefHandle, attachFilter, canSeek, createInputIterator, flush, flushAll, getAttachedFilter, getDecodeName, getFilePath, getName, getSourceFilter, isInputFilter, releaseAttachedFilter, seek, setStreamLength, tell, writeToFile
public Image2RGBA(Element image_element) throws PDFNetException
image_element
- the input image elementPDFNetException
public Image2RGBA(Obj image_xobject) throws PDFNetException
image_xobject
- the input image ObjPDFNetException
public Image2RGBA(Image image) throws PDFNetException
image
- the input imagePDFNetException
public Image2RGBA(Element image_element, boolean premultiply) throws PDFNetException
image_element
- the input image elementpremultiply
- whether to premultiplyPDFNetException
public Image2RGBA(Obj image_xobject, boolean premultiply) throws PDFNetException
image_xobject
- the input image xobjectpremultiply
- whether to premultiplyPDFNetException
public Image2RGBA(Image image, boolean premultiply) throws PDFNetException
image
- the input imagepremultiply
- whether to premultiplyPDFNetException
public void destroy() throws PDFNetException
destroy
in class Filter
PDFNetException
Filter.destroy()