Package org.teamapps.icons
Class PngIconResizer
java.lang.Object
org.teamapps.icons.PngIconResizer
public class PngIconResizer
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description PngIconResizer() -
Method Summary
Modifier and Type Method Description byte[]resizeIcon(byte[] bytes, int size)byte[]resizeIcon(java.io.InputStream inputStream, int size)
-
Constructor Details
-
PngIconResizer
public PngIconResizer()
-
-
Method Details
-
resizeIcon
public byte[] resizeIcon(byte[] bytes, int size) -
resizeIcon
public byte[] resizeIcon(java.io.InputStream inputStream, int size)
-