@Name(value="L_Compressed_Data")
public static class lept.L_COMP_DATA
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
L_COMP_DATA()
Default native constructor.
|
L_COMP_DATA(long size)
Native array allocator.
|
L_COMP_DATA(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
bps()
bits/sample; typ.
|
lept.L_COMP_DATA |
bps(int bps) |
org.bytedeco.javacpp.BytePointer |
cmapdata85()
ascii85-encoded uncompressed cmap
|
lept.L_COMP_DATA |
cmapdata85(org.bytedeco.javacpp.BytePointer cmapdata85) |
org.bytedeco.javacpp.BytePointer |
cmapdatahex()
hex pdf array for the cmap
|
lept.L_COMP_DATA |
cmapdatahex(org.bytedeco.javacpp.BytePointer cmapdatahex) |
org.bytedeco.javacpp.BytePointer |
data85()
ascii85-encoded gzipped raster data
|
lept.L_COMP_DATA |
data85(org.bytedeco.javacpp.BytePointer data85) |
org.bytedeco.javacpp.BytePointer |
datacomp()
gzipped raster data
|
lept.L_COMP_DATA |
datacomp(org.bytedeco.javacpp.BytePointer datacomp) |
int |
h()
image height
|
lept.L_COMP_DATA |
h(int h) |
int |
minisblack()
tiff g4 photometry
|
lept.L_COMP_DATA |
minisblack(int minisblack) |
long |
nbytes()
number of uncompressed raster bytes
|
lept.L_COMP_DATA |
nbytes(long nbytes) |
long |
nbytes85()
number of ascii85 encoded bytes
|
lept.L_COMP_DATA |
nbytes85(long nbytes85) |
long |
nbytescomp()
number of compressed bytes
|
lept.L_COMP_DATA |
nbytescomp(long nbytescomp) |
int |
ncolors()
number of colors in cmap
|
lept.L_COMP_DATA |
ncolors(int ncolors) |
lept.L_COMP_DATA |
position(long position) |
int |
predictor()
flate data has PNG predictors
|
lept.L_COMP_DATA |
predictor(int predictor) |
int |
res()
resolution (ppi)
|
lept.L_COMP_DATA |
res(int res) |
int |
spp()
samples/pixel; typ.
|
lept.L_COMP_DATA |
spp(int spp) |
int |
type()
encoding type: L_JPEG_ENCODE, etc
|
lept.L_COMP_DATA |
type(int type) |
int |
w()
image width
|
lept.L_COMP_DATA |
w(int w) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic L_COMP_DATA()
public L_COMP_DATA(long size)
Pointer.position(long).public L_COMP_DATA(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public lept.L_COMP_DATA position(long position)
position in class org.bytedeco.javacpp.Pointer@Cast(value="l_int32") public int type()
public lept.L_COMP_DATA type(int type)
@Cast(value="l_uint8*") public org.bytedeco.javacpp.BytePointer datacomp()
public lept.L_COMP_DATA datacomp(org.bytedeco.javacpp.BytePointer datacomp)
@Cast(value="size_t") public long nbytescomp()
public lept.L_COMP_DATA nbytescomp(long nbytescomp)
@Cast(value="char*") public org.bytedeco.javacpp.BytePointer data85()
public lept.L_COMP_DATA data85(org.bytedeco.javacpp.BytePointer data85)
@Cast(value="size_t") public long nbytes85()
public lept.L_COMP_DATA nbytes85(long nbytes85)
@Cast(value="char*") public org.bytedeco.javacpp.BytePointer cmapdata85()
public lept.L_COMP_DATA cmapdata85(org.bytedeco.javacpp.BytePointer cmapdata85)
@Cast(value="char*") public org.bytedeco.javacpp.BytePointer cmapdatahex()
public lept.L_COMP_DATA cmapdatahex(org.bytedeco.javacpp.BytePointer cmapdatahex)
@Cast(value="l_int32") public int ncolors()
public lept.L_COMP_DATA ncolors(int ncolors)
@Cast(value="l_int32") public int w()
public lept.L_COMP_DATA w(int w)
@Cast(value="l_int32") public int h()
public lept.L_COMP_DATA h(int h)
@Cast(value="l_int32") public int bps()
public lept.L_COMP_DATA bps(int bps)
@Cast(value="l_int32") public int spp()
public lept.L_COMP_DATA spp(int spp)
@Cast(value="l_int32") public int minisblack()
public lept.L_COMP_DATA minisblack(int minisblack)
@Cast(value="l_int32") public int predictor()
public lept.L_COMP_DATA predictor(int predictor)
@Cast(value="size_t") public long nbytes()
public lept.L_COMP_DATA nbytes(long nbytes)
@Cast(value="l_int32") public int res()
public lept.L_COMP_DATA res(int res)
Copyright © 2018. All rights reserved.