| Package | Description |
|---|---|
| org.aoju.bus.image.nimble |
| Modifier and Type | Method and Description |
|---|---|
static ColorSubsampling |
ColorSubsampling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColorSubsampling[] |
ColorSubsampling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ColorModel |
ColorModelFactory.createYBRColorModel(int bits,
int dataType,
Attributes ds,
YBR ybr,
ColorSubsampling subsampling) |
| Constructor and Description |
|---|
SampledColorModel(ColorSpace cspace,
ColorSubsampling subsampling) |
SampledSampleModel(int w,
int h,
ColorSubsampling subsampling) |
Copyright © 2021. All rights reserved.