public class RawScale2x
extends java.lang.Object
Constructor and Description |
---|
RawScale2x(int[] imageData,
int dataWidth,
int dataHeight)
Creates a new scaler based on some raw data.
|
Modifier and Type | Method and Description |
---|---|
int[] |
getScaledData()
Gets the scale image data.
|
public RawScale2x(int[] imageData, int dataWidth, int dataHeight)
imageData
- the source image datadataWidth
- the width of the source imagedataHeight
- the height of the source image