| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
lept.L_COMP_DATA |
lept.L_COMP_DATA.bps(int bps) |
lept.L_COMP_DATA |
lept.L_COMP_DATA.cmapdata85(BytePointer cmapdata85) |
lept.L_COMP_DATA |
lept.L_COMP_DATA.cmapdatahex(BytePointer cmapdatahex) |
lept.L_COMP_DATA |
lept.L_COMP_DATA.data85(BytePointer data85) |
lept.L_COMP_DATA |
lept.L_COMP_DATA.datacomp(BytePointer datacomp) |
lept.L_COMP_DATA |
lept.L_COMP_DATA.h(int h) |
static lept.L_COMP_DATA |
lept.l_generateFlateData(BytePointer fname,
int ascii85flag) |
static lept.L_COMP_DATA |
lept.l_generateFlateData(String fname,
int ascii85flag) |
static lept.L_COMP_DATA |
lept.l_generateFlateDataPdf(BytePointer fname,
lept.PIX pixs) |
static lept.L_COMP_DATA |
lept.l_generateFlateDataPdf(String fname,
lept.PIX pixs) |
static lept.L_COMP_DATA |
lept.l_generateG4Data(BytePointer fname,
int ascii85flag) |
static lept.L_COMP_DATA |
lept.l_generateG4Data(String fname,
int ascii85flag) |
static lept.L_COMP_DATA |
lept.l_generateJpegData(BytePointer fname,
int ascii85flag) |
static lept.L_COMP_DATA |
lept.l_generateJpegData(String fname,
int ascii85flag) |
static lept.L_COMP_DATA |
lept.l_generateJpegDataMem(byte[] data,
long nbytes,
int ascii85flag) |
static lept.L_COMP_DATA |
lept.l_generateJpegDataMem(ByteBuffer data,
long nbytes,
int ascii85flag) |
static lept.L_COMP_DATA |
lept.l_generateJpegDataMem(BytePointer data,
long nbytes,
int ascii85flag) |
lept.L_COMP_DATA |
lept.L_COMP_DATA.minisblack(int minisblack) |
lept.L_COMP_DATA |
lept.L_COMP_DATA.nbytes(long nbytes) |
lept.L_COMP_DATA |
lept.L_COMP_DATA.nbytes85(long nbytes85) |
lept.L_COMP_DATA |
lept.L_COMP_DATA.nbytescomp(long nbytescomp) |
lept.L_COMP_DATA |
lept.L_COMP_DATA.ncolors(int ncolors) |
lept.L_COMP_DATA |
lept.L_COMP_DATA.position(long position) |
lept.L_COMP_DATA |
lept.L_COMP_DATA.predictor(int predictor) |
lept.L_COMP_DATA |
lept.L_COMP_DATA.res(int res) |
lept.L_COMP_DATA |
lept.L_COMP_DATA.spp(int spp) |
lept.L_COMP_DATA |
lept.L_COMP_DATA.type(int type) |
lept.L_COMP_DATA |
lept.L_COMP_DATA.w(int w) |
| Modifier and Type | Method and Description |
|---|---|
static int |
lept.cidConvertToPdfData(lept.L_COMP_DATA cid,
BytePointer title,
byte[] pdata,
SizeTPointer pnbytes) |
static int |
lept.cidConvertToPdfData(lept.L_COMP_DATA cid,
BytePointer title,
ByteBuffer pdata,
SizeTPointer pnbytes) |
static int |
lept.cidConvertToPdfData(lept.L_COMP_DATA cid,
BytePointer title,
BytePointer pdata,
SizeTPointer pnbytes) |
static int |
lept.cidConvertToPdfData(lept.L_COMP_DATA cid,
BytePointer title,
PointerPointer pdata,
SizeTPointer pnbytes) |
static int |
lept.cidConvertToPdfData(lept.L_COMP_DATA cid,
String title,
byte[] pdata,
SizeTPointer pnbytes) |
static int |
lept.cidConvertToPdfData(lept.L_COMP_DATA cid,
String title,
ByteBuffer pdata,
SizeTPointer pnbytes) |
static int |
lept.cidConvertToPdfData(lept.L_COMP_DATA cid,
String title,
BytePointer pdata,
SizeTPointer pnbytes) |
static BytePointer |
lept.generateFlatePS(BytePointer filein,
lept.L_COMP_DATA cid,
float xpt,
float ypt,
float wpt,
float hpt,
int pageno,
int endpage) |
static ByteBuffer |
lept.generateFlatePS(String filein,
lept.L_COMP_DATA cid,
float xpt,
float ypt,
float wpt,
float hpt,
int pageno,
int endpage) |
static BytePointer |
lept.generateG4PS(BytePointer filein,
lept.L_COMP_DATA cid,
float xpt,
float ypt,
float wpt,
float hpt,
int maskflag,
int pageno,
int endpage) |
static ByteBuffer |
lept.generateG4PS(String filein,
lept.L_COMP_DATA cid,
float xpt,
float ypt,
float wpt,
float hpt,
int maskflag,
int pageno,
int endpage) |
static BytePointer |
lept.generateJpegPS(BytePointer filein,
lept.L_COMP_DATA cid,
float xpt,
float ypt,
float wpt,
float hpt,
int pageno,
int endpage) |
static ByteBuffer |
lept.generateJpegPS(String filein,
lept.L_COMP_DATA cid,
float xpt,
float ypt,
float wpt,
float hpt,
int pageno,
int endpage) |
static void |
lept.l_CIDataDestroy(lept.L_COMP_DATA pcid) |
static int |
lept.l_generateCIData(BytePointer fname,
int type,
int quality,
int ascii85,
lept.L_COMP_DATA pcid) |
static int |
lept.l_generateCIData(String fname,
int type,
int quality,
int ascii85,
lept.L_COMP_DATA pcid) |
static int |
lept.l_generateCIDataForPdf(BytePointer fname,
lept.PIX pix,
int quality,
lept.L_COMP_DATA pcid) |
static int |
lept.l_generateCIDataForPdf(String fname,
lept.PIX pix,
int quality,
lept.L_COMP_DATA pcid) |
static int |
lept.pixGenerateCIData(lept.PIX pixs,
int type,
int quality,
int ascii85,
lept.L_COMP_DATA pcid) |
Copyright © 2019. All rights reserved.