public final class ImageFeaturesData extends FeaturesData
| Modifier and Type | Class and Description |
|---|---|
static class |
ImageFeaturesData.Filter
Class which represents a filter and it's parameters.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImageFeaturesData.Filter> |
getFilters() |
Integer |
getHeight() |
byte[] |
getMetadata() |
Integer |
getWidth() |
static ImageFeaturesData |
newInstance(byte[] metadata,
byte[] stream,
Integer width,
Integer height,
List<ImageFeaturesData.Filter> filters)
Creates ICCProfileFeaturesData
|
getStreampublic static ImageFeaturesData newInstance(byte[] metadata, byte[] stream, Integer width, Integer height, List<ImageFeaturesData.Filter> filters)
metadata - byte array represents metadata streamstream - byte array represents object streamwidth - parameter Width from the iccprofile dictionaryheight - parameter Height from the iccprofile dictionaryfilters - list of FilterStructures elements. The order of them is the same as in pdf filepublic byte[] getMetadata()
public Integer getWidth()
public Integer getHeight()
public List<ImageFeaturesData.Filter> getFilters()
Copyright © 2015–2016 The veraPDF Consortium. All rights reserved.