A
C
G
H
I
L
O
S
U
V
W
S
- setAlphaCompressionAlgorithm(java.lang.Integer) - function in com.luciad.imageio.webp.WebPWriteParam
- Algorithm for encoding the alpha plane (0 = none, 1 = compressed with WebP lossless).
- setAlphaDitheringStrength(java.lang.Integer) - function in com.luciad.imageio.webp.WebPReadParam
- alpha dithering strength in 0..
- setAlphaFiltering(java.lang.Integer) - function in com.luciad.imageio.webp.WebPWriteParam
- Predictive filtering method for alpha plane.
- setAlphaQuality(java.lang.Integer) - function in com.luciad.imageio.webp.WebPWriteParam
- 0: smallest size, 100: lossless.
- setAutoAdjustFilterStrength(java.lang.Boolean) - function in com.luciad.imageio.webp.WebPWriteParam
- Auto adjust filter's strength
- setBypassFiltering(java.lang.Boolean) - function in com.luciad.imageio.webp.WebPReadParam
- if true, skip the in-loop filtering
- setCompressionMode(java.lang.Integer) - function in javax.imageio.ImageWriteParam
- setCompressionQuality(java.lang.Float) - function in com.luciad.imageio.webp.WebPWriteParam
- For lossy, 0f gives the smallest size and 1f the largest.
- setCompressionType(com.luciad.imageio.webp.CompressionType) - function in com.luciad.imageio.webp.WebPWriteParam
- setCompressionType(java.lang.String) - function in com.luciad.imageio.webp.WebPWriteParam
- setController(javax.imageio.IIOParamController) - function in javax.imageio.IIOParam
- setCropHeight(java.lang.Integer) - function in com.luciad.imageio.webp.WebPReadParam
- dimension of the cropping area
- setCropLeft(java.lang.Integer) - function in com.luciad.imageio.webp.WebPReadParam
- top-left position for cropping.
- setCropTop(java.lang.Integer) - function in com.luciad.imageio.webp.WebPReadParam
- top-left position for cropping.
- setCropWidth(java.lang.Integer) - function in com.luciad.imageio.webp.WebPReadParam
- dimension of the cropping area
- setDestination(java.awt.image.BufferedImage) - function in javax.imageio.ImageReadParam
- setDestinationBands(kotlin.IntArray) - function in javax.imageio.ImageReadParam
- setDestinationOffset(java.awt.Point) - function in javax.imageio.IIOParam
- setDestinationType(javax.imageio.ImageTypeSpecifier) - function in javax.imageio.IIOParam
- setDestinationType(javax.imageio.ImageTypeSpecifier) - function in javax.imageio.ImageReadParam
- setDitheringStrength(java.lang.Integer) - function in com.luciad.imageio.webp.WebPReadParam
- dithering strength (0=Off, 100=full)
- setEmulateJpegSize(java.lang.Boolean) - function in com.luciad.imageio.webp.WebPWriteParam
- If true, compression parameters will be remapped to better match the expected output size from JPEG compression.
- setEntropyAnalysisPassCount(java.lang.Integer) - function in com.luciad.imageio.webp.WebPWriteParam
- Number of entropy-analysis passes
- setExact(java.lang.Boolean) - function in com.luciad.imageio.webp.WebPWriteParam
- If non-zero, preserve the exact RGB values under transparent area.
- setFilterSharpness(java.lang.Integer) - function in com.luciad.imageio.webp.WebPWriteParam
- range: 0 = off ..
- setFilterStrength(java.lang.Integer) - function in com.luciad.imageio.webp.WebPWriteParam
- range: 0 = off ..
- setFilterType(java.lang.Integer) - function in com.luciad.imageio.webp.WebPWriteParam
- filtering type: 0 = simple, 1 = strong (only used if filter_strength 0 or autofilter 0)
- setFlipVertically(java.lang.Boolean) - function in com.luciad.imageio.webp.WebPReadParam
- if true, flip output vertically
- setLowMemory(java.lang.Boolean) - function in com.luciad.imageio.webp.WebPWriteParam
- If set, reduce memory usage (but increase CPU use).
- setMethod(java.lang.Integer) - function in com.luciad.imageio.webp.WebPWriteParam
- quality/speed trade-off (0=fast, 6=slower-better)
- setNearLossless(java.lang.Integer) - function in com.luciad.imageio.webp.WebPWriteParam
- Near lossless encoding 0 = max loss, 100 = off (default)
- setNoFancyUpsampling(java.lang.Boolean) - function in com.luciad.imageio.webp.WebPReadParam
- if true, use faster pointwise upsampler
- setPartitionLimit(java.lang.Integer) - function in com.luciad.imageio.webp.WebPWriteParam
- Quality degradation allowed to fit the 512k limit on prediction modes coding 0: no degradation, 100: maximum possible degradation
- setPartitions(java.lang.Integer) - function in com.luciad.imageio.webp.WebPWriteParam
- log2(number of token partitions) in 0..
- setPreprocessing(java.lang.Integer) - function in com.luciad.imageio.webp.WebPWriteParam
- Preprocessing filter 0=none, 1=segment-smooth, 2=pseudo-random dithering
- setProgressiveMode(java.lang.Integer) - function in javax.imageio.ImageWriteParam
- setQMax(java.lang.Integer) - function in com.luciad.imageio.webp.WebPWriteParam
- maximum permissible quality factor
- setQMin(java.lang.Integer) - function in com.luciad.imageio.webp.WebPWriteParam
- minimum permissible quality factor
- setScaledHeight(java.lang.Integer) - function in com.luciad.imageio.webp.WebPReadParam
- final resolution
- setScaledWidth(java.lang.Integer) - function in com.luciad.imageio.webp.WebPReadParam
- final resolution
- setSegments(java.lang.Integer) - function in com.luciad.imageio.webp.WebPWriteParam
- maximum number of segments to use
- setShowCompressed(java.lang.Boolean) - function in com.luciad.imageio.webp.WebPWriteParam
- if true, export the compressed picture back.
- setSnsStrength(java.lang.Integer) - function in com.luciad.imageio.webp.WebPWriteParam
- Spatial Noise Shaping.
- setSourceBands(kotlin.IntArray) - function in javax.imageio.IIOParam
- setSourceProgressivePasses(java.lang.Integer,java.lang.Integer) - function in javax.imageio.ImageReadParam
- setSourceRegion(java.awt.Rectangle) - function in javax.imageio.IIOParam
- setSourceRenderSize(java.awt.Dimension) - function in javax.imageio.ImageReadParam
- setSourceSubsampling(java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in javax.imageio.IIOParam
- setTargetPSNR(java.lang.Float) - function in com.luciad.imageio.webp.WebPWriteParam
- if non-zero, specifies the minimal distortion to try to achieve.
- setTargetSize(java.lang.Integer) - function in com.luciad.imageio.webp.WebPWriteParam
- if non-zero, set the desired target size in bytes.
- setThreadLevel(java.lang.Integer) - function in com.luciad.imageio.webp.WebPWriteParam
- If non-zero, try and use multi-threaded encoding.
- setTiling(java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in javax.imageio.ImageWriteParam
- setTilingMode(java.lang.Integer) - function in javax.imageio.ImageWriteParam
- setUseCropping(java.lang.Boolean) - function in com.luciad.imageio.webp.WebPReadParam
- if true, cropping is applied first
- setUseDeltaPalette(java.lang.Boolean) - function in com.luciad.imageio.webp.WebPWriteParam
- reserved for future lossless feature
- setUseScaling(java.lang.Boolean) - function in com.luciad.imageio.webp.WebPReadParam
- if true, scaling is applied afterward
- setUseSharpYUV(java.lang.Boolean) - function in com.luciad.imageio.webp.WebPWriteParam
- if needed, use sharp (and slow) RGB->YUV conversion
- setUseThreads(java.lang.Boolean) - function in com.luciad.imageio.webp.WebPReadParam
- if true, use multi-threaded decoding