Package | Description |
---|---|
org.bytedeco.leptonica | |
org.bytedeco.leptonica.global |
Modifier and Type | Method and Description |
---|---|
L_COMP_DATA |
L_COMP_DATA.bps(int setter) |
L_COMP_DATA |
L_COMP_DATA.cmapdata85(BytePointer setter) |
L_COMP_DATA |
L_COMP_DATA.cmapdatahex(BytePointer setter) |
L_COMP_DATA |
L_COMP_DATA.data85(BytePointer setter) |
L_COMP_DATA |
L_COMP_DATA.datacomp(BytePointer setter) |
L_COMP_DATA |
L_COMP_DATA.getPointer(long i) |
L_COMP_DATA |
L_COMP_DATA.h(int setter) |
L_COMP_DATA |
L_COMP_DATA.minisblack(int setter) |
L_COMP_DATA |
L_COMP_DATA.nbytes(long setter) |
L_COMP_DATA |
L_COMP_DATA.nbytes85(long setter) |
L_COMP_DATA |
L_COMP_DATA.nbytescomp(long setter) |
L_COMP_DATA |
L_COMP_DATA.ncolors(int setter) |
L_COMP_DATA |
L_COMP_DATA.position(long position) |
L_COMP_DATA |
L_COMP_DATA.predictor(int setter) |
L_COMP_DATA |
L_COMP_DATA.res(int setter) |
L_COMP_DATA |
L_COMP_DATA.spp(int setter) |
L_COMP_DATA |
L_COMP_DATA.type(int setter) |
L_COMP_DATA |
L_COMP_DATA.w(int setter) |
Modifier and Type | Method and Description |
---|---|
static L_COMP_DATA |
leptonica.l_generateFlateData(BytePointer fname,
int ascii85flag) |
static L_COMP_DATA |
leptonica.l_generateFlateData(String fname,
int ascii85flag) |
static L_COMP_DATA |
leptonica.l_generateFlateDataPdf(BytePointer fname,
PIX pixs) |
static L_COMP_DATA |
leptonica.l_generateFlateDataPdf(String fname,
PIX pixs) |
static L_COMP_DATA |
leptonica.l_generateG4Data(BytePointer fname,
int ascii85flag) |
static L_COMP_DATA |
leptonica.l_generateG4Data(String fname,
int ascii85flag) |
static L_COMP_DATA |
leptonica.l_generateJpegData(BytePointer fname,
int ascii85flag) |
static L_COMP_DATA |
leptonica.l_generateJpegData(String fname,
int ascii85flag) |
static L_COMP_DATA |
leptonica.l_generateJpegDataMem(byte[] data,
long nbytes,
int ascii85flag) |
static L_COMP_DATA |
leptonica.l_generateJpegDataMem(ByteBuffer data,
long nbytes,
int ascii85flag) |
static L_COMP_DATA |
leptonica.l_generateJpegDataMem(BytePointer data,
long nbytes,
int ascii85flag) |
Modifier and Type | Method and Description |
---|---|
static int |
leptonica.cidConvertToPdfData(L_COMP_DATA cid,
BytePointer title,
byte[] pdata,
SizeTPointer pnbytes) |
static int |
leptonica.cidConvertToPdfData(L_COMP_DATA cid,
BytePointer title,
ByteBuffer pdata,
SizeTPointer pnbytes) |
static int |
leptonica.cidConvertToPdfData(L_COMP_DATA cid,
BytePointer title,
BytePointer pdata,
SizeTPointer pnbytes) |
static int |
leptonica.cidConvertToPdfData(L_COMP_DATA cid,
BytePointer title,
PointerPointer pdata,
SizeTPointer pnbytes) |
static int |
leptonica.cidConvertToPdfData(L_COMP_DATA cid,
String title,
byte[] pdata,
SizeTPointer pnbytes) |
static int |
leptonica.cidConvertToPdfData(L_COMP_DATA cid,
String title,
ByteBuffer pdata,
SizeTPointer pnbytes) |
static int |
leptonica.cidConvertToPdfData(L_COMP_DATA cid,
String title,
BytePointer pdata,
SizeTPointer pnbytes) |
static void |
leptonica.l_CIDataDestroy(L_COMP_DATA pcid) |
static int |
leptonica.l_generateCIData(BytePointer fname,
int type,
int quality,
int ascii85,
L_COMP_DATA pcid) |
static int |
leptonica.l_generateCIData(String fname,
int type,
int quality,
int ascii85,
L_COMP_DATA pcid) |
static int |
leptonica.l_generateCIDataForPdf(BytePointer fname,
PIX pix,
int quality,
L_COMP_DATA pcid) |
static int |
leptonica.l_generateCIDataForPdf(String fname,
PIX pix,
int quality,
L_COMP_DATA pcid) |
static int |
leptonica.pixGenerateCIData(PIX pixs,
int type,
int quality,
int ascii85,
L_COMP_DATA pcid) |
Copyright © 2024. All rights reserved.