ImageGearJava Project > com.accusoft.imagegear.processing Package > ImGearRasterProcessing Class > export Method : export(ImGearRasterPage,ImGearRGBQuad,int,int) Method |
public static java.awt.image.BufferedImage export( ImGearRasterPage page, ImGearRGBQuad backgroundColor, int ppmX, int ppmY ) |
Exports an image of the given page to a BufferedImage. If the incoming page contains an alpha or a premultiplied alpha channel, background pixel is used to blend the image with.
Since BufferedImage stores pixels in RGB or Indexed format only, color space conversion is used to transfer image data.
com.accusoft.imagegear.core.ImGearRasterPagecom.accusoft.imagegear.core.ImGearRGBQuad