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