public class ImageProcessor extends Object
| Constructor and Description |
|---|
ImageProcessor(byte[] in)
Creates an image processor object using the given ByteArray and JPG-Image-Format as default.
|
ImageProcessor(byte[] in,
String formatName)
Creates an image processor object using the given ByteArray and Image-Format.
|
public ImageProcessor(byte[] in)
in - contains the image content as ByteArraypublic ImageProcessor(byte[] in,
String formatName)
in - contains the image content as ByteArrayformatName - what kind of image format (jpg, png, etc.)Copyright © 2020. All rights reserved.