Package com.jme3.texture.plugins.ktx
Class SrTuRoPixelReader
java.lang.Object
com.jme3.texture.plugins.ktx.SrTuRoPixelReader
- All Implemented Interfaces:
PixelReader
reads the pixels of an image whose origin is the bottom left corner
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
readPixels
(int pixelWidth, int pixelHeight, byte[] pixelData, ByteBuffer buffer, DataInput in)
-
Constructor Details
-
SrTuRoPixelReader
public SrTuRoPixelReader()
-
-
Method Details
-
readPixels
public int readPixels(int pixelWidth, int pixelHeight, byte[] pixelData, ByteBuffer buffer, DataInput in) throws IOException - Specified by:
readPixels
in interfacePixelReader
- Throws:
IOException
-