- in
- native order direct buffer of the encoded data.
- out
- native order direct buffer of the image data. Will be written such that pixel (x,y) is at pIn + pixelSize * x + stride * y. Must be large enough to store entire image.
- width
- Documentation for this section has not yet been entered.
- height
- Documentation for this section has not yet been entered.
- pixelSize
- must be 2 or 3. 2 is an GL_UNSIGNED_SHORT_5_6_5 image, 3 is a GL_BYTE RGB image.
- stride
- Documentation for this section has not yet been entered.
Decode an entire image.