public class Image2RGB extends Filter
Constructor and Description |
---|
Image2RGB(Element image_element)
Instantiates a new Image2RGB object with specified element
|
Image2RGB(Image image)
Instantiates a new Image2RGB with specifed image
|
Image2RGB(Obj image_xobject)
Instantiates a new Image2RGB with specified image xobject
|
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 Image2RGB(Element image_element) throws PDFNetException
image_element
- the input image elementPDFNetException
public Image2RGB(Obj image_xobject) throws PDFNetException
image_xobject
- the input image ObjPDFNetException
public Image2RGB(Image image) throws PDFNetException
image
- the input imagePDFNetException
public void destroy() throws PDFNetException
destroy
in class Filter
PDFNetException
Filter.destroy()