| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
lept.PIXC |
lept.PIXC.cmapflag(int cmapflag) |
lept.PIXC |
lept.PIXC.comptype(int comptype) |
lept.PIXC |
lept.PIXC.d(int d) |
lept.PIXC |
lept.PIXC.data(org.bytedeco.javacpp.BytePointer data) |
lept.PIXC |
lept.PIXC.h(int h) |
static lept.PIXC |
lept.pixacompGetPixcomp(lept.PIXAC pixac,
int index,
int copyflag) |
lept.PIXC |
lept.PIXAC.pixc(int i)
the array of ptrs to PixComp
|
static lept.PIXC |
lept.pixcompCopy(lept.PIXC pixcs) |
static lept.PIXC |
lept.pixcompCreateFromFile(org.bytedeco.javacpp.BytePointer filename,
int comptype) |
static lept.PIXC |
lept.pixcompCreateFromFile(String filename,
int comptype) |
static lept.PIXC |
lept.pixcompCreateFromPix(lept.PIX pix,
int comptype) |
static lept.PIXC |
lept.pixcompCreateFromString(byte[] data,
long size,
int copyflag) |
static lept.PIXC |
lept.pixcompCreateFromString(ByteBuffer data,
long size,
int copyflag) |
static lept.PIXC |
lept.pixcompCreateFromString(org.bytedeco.javacpp.BytePointer data,
long size,
int copyflag) |
lept.PIXC |
lept.PIXC.position(long position) |
lept.PIXC |
lept.PIXC.size(long size) |
lept.PIXC |
lept.PIXC.text(org.bytedeco.javacpp.BytePointer text) |
lept.PIXC |
lept.PIXC.w(int w) |
lept.PIXC |
lept.PIXC.xres(int xres) |
lept.PIXC |
lept.PIXC.yres(int yres) |
| Modifier and Type | Method and Description |
|---|---|
static int |
lept.pixacompAddPixcomp(lept.PIXAC pixac,
lept.PIXC pixc,
int copyflag) |
static int |
lept.pixacompReplacePixcomp(lept.PIXAC pixac,
int index,
lept.PIXC pixc) |
lept.PIXAC |
lept.PIXAC.pixc(int i,
lept.PIXC pixc) |
static lept.PIXC |
lept.pixcompCopy(lept.PIXC pixcs) |
static void |
lept.pixcompDestroy(lept.PIXC ppixc) |
static int |
lept.pixcompGetDimensions(lept.PIXC pixc,
int[] pw,
int[] ph,
int[] pd) |
static int |
lept.pixcompGetDimensions(lept.PIXC pixc,
IntBuffer pw,
IntBuffer ph,
IntBuffer pd) |
static int |
lept.pixcompGetDimensions(lept.PIXC pixc,
org.bytedeco.javacpp.IntPointer pw,
org.bytedeco.javacpp.IntPointer ph,
org.bytedeco.javacpp.IntPointer pd) |
static int |
lept.pixcompGetParameters(lept.PIXC pixc,
int[] pxres,
int[] pyres,
int[] pcomptype,
int[] pcmapflag) |
static int |
lept.pixcompGetParameters(lept.PIXC pixc,
IntBuffer pxres,
IntBuffer pyres,
IntBuffer pcomptype,
IntBuffer pcmapflag) |
static int |
lept.pixcompGetParameters(lept.PIXC pixc,
org.bytedeco.javacpp.IntPointer pxres,
org.bytedeco.javacpp.IntPointer pyres,
org.bytedeco.javacpp.IntPointer pcomptype,
org.bytedeco.javacpp.IntPointer pcmapflag) |
static int |
lept.pixcompWriteFile(org.bytedeco.javacpp.BytePointer rootname,
lept.PIXC pixc) |
static int |
lept.pixcompWriteFile(String rootname,
lept.PIXC pixc) |
static int |
lept.pixcompWriteStreamInfo(org.bytedeco.javacpp.Pointer fp,
lept.PIXC pixc,
org.bytedeco.javacpp.BytePointer text) |
static int |
lept.pixcompWriteStreamInfo(org.bytedeco.javacpp.Pointer fp,
lept.PIXC pixc,
String text) |
static lept.PIX |
lept.pixCreateFromPixcomp(lept.PIXC pixc) |
Copyright © 2018. All rights reserved.