| Package | Description |
|---|---|
| magick | |
| magick.util |
| Modifier and Type | Method and Description |
|---|---|
void |
MagickImage.allocateImage(ImageInfo imageInfo)
Allocate a blank image object.
|
void |
MagickImage.blobToImage(ImageInfo imageInfo,
byte[] blob)
Takes from memory an image in a known format and read it into
itself.
|
byte[] |
MagickImage.imagesToBlob(ImageInfo imageInfo)
Returns the image sequence as a blob and its length.
|
byte[] |
MagickImage.imageToBlob(ImageInfo imageInfo)
Returns an array that contents the image format.
|
void |
MagickImage.pingImage(ImageInfo imageInfo)
Pings the image.
|
void |
MagickImage.readImage(ImageInfo imageInfo)
Read the image specified in the ImageInfo object.
|
boolean |
MagickImage.writeImage(ImageInfo imageInfo)
Write the image specified in the ImageInfo object.
|
| Constructor and Description |
|---|
DrawInfo(ImageInfo imageInfo)
Constructor.
|
MagickImage(ImageInfo imageInfo)
Constructor that also reads an image file
specified in the parameter.
|
MagickImage(ImageInfo imageInfo,
boolean ping)
Constructor that also reads an image file
specified in the parameter.
|
MagickImage(ImageInfo imageInfo,
byte[] blob)
Constructor that takes the image to be read from memory.
|
MontageInfo(ImageInfo imageInfo)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DisplayImageMetaData.displayImageInfo(ImageInfo info) |
Copyright © 2017. All rights reserved.