Package com.biglybt.core.util.png
Class PNG
java.lang.Object
com.biglybt.core.util.png.PNG
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
getPNGBytesForSize
(int width, int height) static byte[]
getPNGBytesForWidth
(int width)
-
Constructor Details
-
PNG
public PNG()
-
-
Method Details
-
getPNGBytesForWidth
public static byte[] getPNGBytesForWidth(int width) -
getPNGBytesForSize
public static byte[] getPNGBytesForSize(int width, int height)
-