[]
Returns the reversibility of the wavelet transform for the specified component and tile. A wavelet transform is reversible when it is suitable for lossless and lossy-to-lossless compression.
public abstract bool isReversible(int param1, int param2)
Type | Name | Description |
---|---|---|
int | param1 | |
int | param2 |
Type | Description |
---|---|
bool | true is the wavelet transform is reversible, false if not. |