public class JpegCompressor extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
SUBSAMP_420 |
static int |
SUBSAMP_422 |
static int |
SUBSAMP_GRAY |
static int |
SUBSAMP_NONE |
static int |
SUBSAMP_UNDEFINED |
| Constructor and Description |
|---|
JpegCompressor() |
| Modifier and Type | Method and Description |
|---|---|
static String |
subsamplingName(int num) |
static int |
subsamplingNum(String name) |
public static final int SUBSAMP_UNDEFINED
public static final int SUBSAMP_NONE
public static final int SUBSAMP_420
public static final int SUBSAMP_422
public static final int SUBSAMP_GRAY
Copyright © 2019. All rights reserved.