| Package | Description |
|---|---|
| magick |
| Modifier and Type | Method and Description |
|---|---|
ProfileInfo |
MagickImage.getColorProfile()
Obtain the color profile from the image.
|
ProfileInfo |
MagickImage.getGenericProfile(int i)
Return the generic profile specified by the index.
|
ProfileInfo |
MagickImage.getIptcProfile()
Obtain the IPTC profile from the image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MagickImage.setColorProfile(ProfileInfo profile)
Set a new color profile for the image.
|
void |
MagickImage.setIptcProfile(ProfileInfo profile)
Set a new IPTC profile for the image.
|
Copyright © 2017. All rights reserved.