This interface is applied to ImageDecoders that have the ability to decode an image stream to a specified
scale.
Namespace:
Atalasoft.Imaging.Codec
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public interface IScaledDecoder
Public Interface IScaledDecoder
The IScaledDecoder type exposes the following members.
Methods
| Name | Description |
---|
| GetBestScale | If the codec can efficiently generate a scaled image without actually resampling, this will return the
closest scale given an input scale factor. |
| ReadScaled | Decodes an image to a specified scale. |
TopRemarks Decoders that apply this interface are capable of reading extremely large images without loading the full
size image into memory.
See Also