public interface IImageLoader
The image loader.
Modifier and Type | Method and Description |
---|---|
Image |
load(StreamContainer streamContainer,
LoadOptions loadOptions)
Opens a new image with
loadOptions . |
Image load(StreamContainer streamContainer, LoadOptions loadOptions)
Opens a new image with loadOptions
.
streamContainer
- The stream container.loadOptions
- The load options.