public class JpegStripper
extends java.lang.Object
Constructor and Description |
---|
JpegStripper() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
removeHeaders(byte[] ba)
Removes most of the leading and trailing headers from Jpeg data (byte array).
|
static int[] |
removeHeaders(int[] input) |
public static int[] removeHeaders(int[] input)
public static byte[] removeHeaders(byte[] ba)
ba
- Byte array representing Jpeg file