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 |
|---|---|
protected List<Object> |
getEqualityComponents()
Gets equality components.
|
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_Inequalityprotected List<Object> getEqualityComponents()
ValueObjectGets equality components.
getEqualityComponents in class ValueObjectpublic final boolean getLossless()
Indicates if the compression of the converted file will be lossless.
public final int getQuality()
Gets or sets the quality.
public final void setLossless(boolean value)
Indicates if the compression of the converted file will be lossless.
public final void setQuality(int value)
Gets or sets the quality.
Copyright © 2024. All rights reserved.