Package | Description |
---|---|
lucee.runtime.functions.image | |
lucee.runtime.img | |
lucee.runtime.text.pdf |
Modifier and Type | Method and Description |
---|---|
static String |
ImageBlur.call(PageContext pc,
Image img) |
static double |
ImageGetHeight.call(PageContext pc,
Image img) |
static double |
ImageGetWidth.call(PageContext pc,
Image img) |
static String |
ImageBlur.call(PageContext pc,
Image img,
double blurFactor) |
static String |
ImageClearRect.call(PageContext pc,
Image img,
double x,
double y,
double width,
double height) |
static Struct |
ImageGetEXIFMetadata.getData(Image img) |
Modifier and Type | Method and Description |
---|---|
Image |
Image.copy(float x,
float y,
float width,
float height) |
Image |
Image.copy(float x,
float y,
float width,
float height,
float dx,
float dy) |
static Image |
Image.createImage(PageContext pc,
Object obj,
boolean check4Var,
boolean clone,
boolean checkAccess,
String format) |
static Image |
Image.toImage(Object obj) |
static Image |
Image.toImage(Object obj,
PageContext pc) |
static Image |
Image.toImage(PageContext pc,
Object obj) |
static Image |
Image.toImage(PageContext pc,
Object obj,
boolean checkForVariables) |
static Image |
Image.toImage(PageContext pc,
Object obj,
boolean checkForVariables,
Image defaultValue) |
Modifier and Type | Method and Description |
---|---|
void |
Image.drawImage(Image img,
int x,
int y) |
void |
Image.drawImage(Image img,
int x,
int y,
int width,
int height) |
void |
Image.overlay(Image topImage) |
void |
Image.paste(Image topImage,
int x,
int y) |
static Image |
Image.toImage(PageContext pc,
Object obj,
boolean checkForVariables,
Image defaultValue) |
Modifier and Type | Method and Description |
---|---|
Image |
PDF2ImageICEpdf.toImage(byte[] input,
int pageNumber) |
abstract Image |
PDF2Image.toImage(byte[] input,
int page) |
Image |
PDF2ImageJPedal.toImage(byte[] input,
int page) |
Image |
PDF2ImagePDFRenderer.toImage(byte[] input,
int pageNumber) |
static Image |
PDFUtil.toImage(byte[] input,
int page) |
Image |
PDF2ImageICEpdf.toImage(byte[] input,
int pageNumber,
int scale,
boolean transparent) |
Copyright © 2015 Lucee