public NRaster DecodeImageData( System.byte[] imageBytes, System.int frameIndex, NImageFormat imageFormat, ENCodecPreference decoderPreference )
Parameters
- imageBytes
- Encoded image data.
- frameIndex
- Index of the frame to decode.
- imageFormat
- The format of the data in the byte array. Set to null if the format is not known.
- decoderPreference
- Preferences for the used decoder (NOV vs. native).
Return Value
Returns a raster object that contains the decoded image data.