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)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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)
-