public final class WebpOptions extends ValueObject implements Serializable
Options for conversion to Webp file type.
Constructor and Description |
---|
WebpOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
getLossless()
Indicates if the compression of the converted file will be lossless.
|
int |
getQuality()
Gets or sets the quality.
|
void |
setLossless(boolean value)
Indicates if the compression of the converted file will be lossless.
|
void |
setQuality(int value)
Gets or sets the quality.
|
equals, equals, hashCode, op_Equality, op_Inequality
public final boolean getLossless()
Indicates if the compression of the converted file will be lossless.
public final void setLossless(boolean value)
Indicates if the compression of the converted file will be lossless.
public final int getQuality()
Gets or sets the quality.
public final void setQuality(int value)
Gets or sets the quality.