mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-26 21:35:16 +00:00
image performance improvements
This commit is contained in:
@@ -112,18 +112,10 @@ public class SerializableImage implements Serializable {
|
||||
return image.getRGB(i, i1);
|
||||
}
|
||||
|
||||
public int[] getRGB(int i, int i1, int i2, int i3, int[] ints, int i4, int i5) {
|
||||
return image.getRGB(i, i1, i2, i3, ints, i4, i5);
|
||||
}
|
||||
|
||||
public synchronized void setRGB(int i, int i1, int i2) {
|
||||
image.setRGB(i, i1, i2);
|
||||
}
|
||||
|
||||
public void setRGB(int i, int i1, int i2, int i3, int[] ints, int i4, int i5) {
|
||||
image.setRGB(i, i1, i2, i3, ints, i4, i5);
|
||||
}
|
||||
|
||||
public ColorModel getColorModel() {
|
||||
return image.getColorModel();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user