Uses of Class
magick.MagickException

Packages that use MagickException
magick 

Uses of MagickException in magick
 

Subclasses of MagickException in magick
class MagickApiException
          Encapsulation of the ImageMagick ExceptionInfo structure as well as the exception that is thrown when an ImageMagick API failed.
 

Constructors in magick that throw MagickException
DrawInfo.DrawInfo(ImageInfo imageInfo)
          Constructor.
ImageInfo.ImageInfo()
          Constructor.
ImageInfo.ImageInfo(String fileName)
          Constructor.
MagickImage.MagickImage(ImageInfo imageInfo, boolean ping)
          Constructor that also reads an image file specified in the parameter.
MagickImage.MagickImage(ImageInfo imageInfo, byte[] blob)
          Constructor that takes the image to be read from memory.
MagickImage.MagickImage(ImageInfo imageInfo)
          Constructor that also reads an image file specified in the parameter.
MagickImage.MagickImage(MagickImage[] images)
          Construct a MagickImage that is made up of all the images in the specified array.
MagickInfo.MagickInfo(String name)
          Constructor.
MontageInfo.MontageInfo(ImageInfo imageInfo)
          Constructor.
QuantizeInfo.QuantizeInfo()
          Constructor.
 

Methods in magick that throw MagickException
PixelPacketDrawInfo.getBorderColor()
          Get the border_color attribute in the DrawInfo handle.
intDrawInfo.getDecorate()
          Get the decorate attribute in the DrawInfo handle.
PixelPacketDrawInfo.getFill()
          Get the fill attribute in the DrawInfo handle.
StringDrawInfo.getFont()
          Get the font field in the DrawInfo.
StringDrawInfo.getGeometry()
          Get the geometry field in the DrawInfo.
intDrawInfo.getGravity()
          Get the gravity attribute in the DrawInfo handle.
intDrawInfo.getOpacity()
          Get the opacity attribute in the DrawInfo handle.
doubleDrawInfo.getPointsize()
          Get the pointsize attribute in the DrawInfo handle.
StringDrawInfo.getPrimitive()
          Get the primitive field in the DrawInfo.
PixelPacketDrawInfo.getStroke()
          Get the stroke attribute in the DrawInfo handle.
booleanDrawInfo.getStrokeAntialias()
          Return the stroke_antialias attribute in the DrawInfo handle.
doubleDrawInfo.getStrokeWidth()
          Get the stroke_width attribute in the DrawInfo handle.
StringDrawInfo.getText()
          Get the text field in the DrawInfo.
booleanDrawInfo.getTextAntialias()
          Return the text_antialias attribute in the DrawInfo handle.
MagickImageDrawInfo.getTile()
          Get the tile image from the DrawInfo.
PixelPacketDrawInfo.getUnderColor()
          Get the undercolor attribute in the DrawInfo handle.
voidDrawInfo.setBorderColor(PixelPacket borderColor)
          Set the border_color attribute in the DrawInfo handle.
voidDrawInfo.setDecorate(int decoration)
          Set the decorate attribute in the DrawInfo handle.
voidDrawInfo.setFill(PixelPacket fill)
          Set the fill attribute in the DrawInfo handle.
voidDrawInfo.setFont(String font)
          Set the font field in the DrawInfo.
voidDrawInfo.setGeometry(String geometry)
          Set the geometry field in the DrawInfo.
voidDrawInfo.setGravity(int gravity)
          Set the gravity attribute in the DrawInfo handle.
voidDrawInfo.setOpacity(int gravity)
          Set the opacity attribute in the DrawInfo handle.
voidDrawInfo.setPointsize(double pointsize)
          Set the pointsize attribute in the DrawInfo handle.
voidDrawInfo.setPrimitive(String primitive)
          Set the primitive field in the DrawInfo.
voidDrawInfo.setStroke(PixelPacket stroke)
          Set the stroke attribute in the DrawInfo handle.
voidDrawInfo.setStrokeAntialias(boolean strokeAntialias)
          Set the stroke_antialias attribute in the DrawInfo handle.
voidDrawInfo.setStrokeWidth(double strokeWidth)
          Set the stroke_width attribute in the DrawInfo handle.
voidDrawInfo.setText(String text)
          Set the text field in the DrawInfo.
voidDrawInfo.setTextAntialias(boolean textAntialias)
          Set the text_antialias attribute in the DrawInfo handle.
voidDrawInfo.setTile(MagickImage image)
          Set the tile image in the DrawInfo.
voidDrawInfo.setUnderColor(PixelPacket underColor)
          Set the undercolor attribute in the DrawInfo handle.
intImageInfo.getAdjoin()
          
booleanImageInfo.getAffirm()
          Get the affirm attribute.
PixelPacketImageInfo.getBorderColor()
          Get the current border colour..
intImageInfo.getColorspace()
          
intImageInfo.getCompression()
          
StringImageInfo.getDensity()
          
intImageInfo.getDither()
          
StringImageInfo.getFileName()
          Return the file name attribute of the handle.
StringImageInfo.getFont()
          
intImageInfo.getInterlace()
          
StringImageInfo.getMagick()
          Return the magick attribute of the handle.
intImageInfo.getMonochrome()
          
StringImageInfo.getPage()
          
booleanImageInfo.getPing()
          Get the ping attribute.
intImageInfo.getPointSize()
          
intImageInfo.getPreviewType()
          Get the preview_type attribute.
intImageInfo.getQuality()
          
StringImageInfo.getServerName()
          
StringImageInfo.getSize()
          
intImageInfo.getSubimage()
          
intImageInfo.getSubrange()
          
StringImageInfo.getTexture()
          
StringImageInfo.getTile()
          
intImageInfo.getUnits()
          Get the units attribute of the ImageInfo.
intImageInfo.getVerbose()
          
StringImageInfo.getView()
          
voidImageInfo.init()
          Initialises the internal native handle.
voidImageInfo.setAdjoin(int value)
          
voidImageInfo.setAffirm(boolean affirm)
          Set the affirm attribute.
voidImageInfo.setBorderColor(PixelPacket color)
          Set the border colour..
voidImageInfo.setColorspace(int value)
          
voidImageInfo.setCompression(int value)
          
voidImageInfo.setDensity(String density)
          
voidImageInfo.setDither(int value)
          
voidImageInfo.setFileName(String fileName)
          Set the file name attribute of the handle.
voidImageInfo.setFont(String font)
          
voidImageInfo.setInterlace(int value)
          
voidImageInfo.setMagick(String magick)
          Set the magick attribute of the handle.
voidImageInfo.setMonochrome(int value)
          
voidImageInfo.setPage(String page)
          
voidImageInfo.setPing(boolean value)
          Set the ping attribute.
voidImageInfo.setPointSize(int value)
          
voidImageInfo.setPreviewType(int value)
          Set the preview_type attribute.
voidImageInfo.setQuality(int value)
          
voidImageInfo.setServerName(String name)
          
voidImageInfo.setSize(String size)
          
voidImageInfo.setSubimage(int value)
          
voidImageInfo.setSubrange(int value)
          
voidImageInfo.setTexture(String texture)
          
voidImageInfo.setTile(String tile)
          
voidImageInfo.setUnits(int resolutionType)
          Set the units attribute of the ImageInfo.
voidImageInfo.setVerbose(int value)
          
voidImageInfo.setView(String view)
          
MagickImageMagickImage.addNoiseImage(int noiseType)
          Adds random noise to the image.
MagickImageMagickImage.averageImages()
          The Average() method takes a set of images and averages them together.
voidMagickImage.blobToImage(ImageInfo imageInfo, byte[] blob)
          Takes from memory an image in a known format and read it into itself.
MagickImageMagickImage.blurImage(double raduis, double sigma)
          Blurs an image.
MagickImageMagickImage.borderImage(Rectangle borderInfo)
          Surrounds the image with a border of the color defined by the border color member of the image structure.
MagickImage[]MagickImage.breakFrames()
          Destructively create array of image frames.
MagickImageMagickImage.charcoalImage(double raduis, double sigma)
          Creates a new image that is a copy of an existing one with the edges highlighted, producing a 'charcoal-drawing' effect.
MagickImageMagickImage.chopImage(Rectangle chopInfo)
          Creates a new image that is a subregion of the original.
MagickImageMagickImage.cloneImage(int columns, int rows, boolean clonePixels)
          Returns a copy of all fields of the input image.
booleanMagickImage.colorFloodfillImage(DrawInfo drawInfo, PixelPacket target, int x, int y, int method)
          Changes the color value of any pixel that matches target and is an immediate neighbor.
MagickImageMagickImage.colorizeImage(String opacity, PixelPacket target)
          Colourises the image with a pen colour.
booleanMagickImage.compositeImage(int compOp, MagickImage compImage, int xOff, int yOff)
          Composite the image supplied onto itself at the specified offsets.
voidMagickImage.constituteImage(int width, int height, String map, byte[] pixels)
          Create a new image of 8-bit component of the specified dimensions.
voidMagickImage.constituteImage(int width, int height, String map, float[] pixels)
          Create a new image of float component of the specified dimensions.
voidMagickImage.constituteImage(int width, int height, String map, int[] pixels)
          Create a new image of 32-bit component of the specified dimensions.
booleanMagickImage.contrastImage(boolean sharpen)
          Enhances the intensity differences between the lighter and darker elements of the image.
MagickImageMagickImage.convolveImage(int order, double[] kernel)
          Applies a general image convolution kernel to an image returns the results.
MagickImageMagickImage.cropImage(Rectangle chopInfo)
          Creates a new image that is a subregion of the original.
voidMagickImage.cycleColormapImage(int amount)
          Cycles the image colormap by a specified amount.
MagickImageMagickImage.despeckleImage()
          Creates a new image that is a copy of an existing one with the speckle noise minified.
booleanMagickImage.dispatchImage(int x, int y, int width, int height, String map, byte[] pixels)
          Get the pixels as 8-bit components from the image.
booleanMagickImage.dispatchImage(int x, int y, int width, int height, String map, float[] pixels)
          Get the pixels as float components from the image.
booleanMagickImage.dispatchImage(int x, int y, int width, int height, String map, int[] pixels)
          Get the pixels as 32-bit components from the image.
booleanMagickImage.drawImage(DrawInfo aInfo)
          Draws a primitive (line, rectangle, ellipse) on the image.
MagickImageMagickImage.edgeImage(double raduis)
          Finds edges in an image.
MagickImageMagickImage.embossImage(double raduis, double sigma)
          Returns a grayscale image with a three-dimensional effect.
MagickImageMagickImage.enhanceImage()
          Applies a digital filter that improves the quality of a noisy image.
booleanMagickImage.equalizeImage()
          Performs histogram equalization.
MagickImageMagickImage.flipImage()
          Creates a new image that reflects each scanline in the vertical direction.
MagickImageMagickImage.flopImage()
          Creates a new image that reflects each scanline in the horizontal direction
booleanMagickImage.gammaImage(String gamma)
          Converts the reference image to gamma corrected colors.
MagickImageMagickImage.gaussianBlurImage(double raduis, double sigma)
          Blurs the image using a gaussian operator.
PixelPacketMagickImage.getBorderColor()
          Get the current border colour used by method borderImage.
PixelPacket[]MagickImage.getColormap()
          Get the entire colour map.
PixelPacketMagickImage.getColormap(int index)
          Get the colour specified by the index.
ProfileInfoMagickImage.getColorProfile()
          Obtain the color profile from the image.
intMagickImage.getColors()
          The number of colors in the colourmap.
intMagickImage.getColorspace()
          Get the colorspace of the image.
intMagickImage.getCompression()
          Get the CompressionType of the image.
intMagickImage.getDelay()
          Get the time in 1/100ths of a second (0 to 65535) which must expire before displaying the next image in an animated sequence.
intMagickImage.getDepth()
          Return the depth of the image.
DimensionMagickImage.getDimension()
          
intMagickImage.getDispose()
          Get the GIF disposal method.
StringMagickImage.getFileName()
          Return the image file name of the image.
intMagickImage.getFilter()
          
ProfileInfoMagickImage.getGenericProfile(int i)
          Return the generic profile specified by the index.
intMagickImage.getGenericProfileCount()
          Return the number of generic profiles.
StringMagickImage.getImageAttribute(String key)
          Searches the list of image attributes and returns the value of the attribute if it exists otherwise null.
StringMagickImage.getImageFormat()
          
intMagickImage.getImageType()
          Get the image type from the MagickImage
ProfileInfoMagickImage.getIptcProfile()
          Obtain the IPTC profile from the image.
intMagickImage.getIterations()
          Get the number of iterations to loop an animation (e.g.
StringMagickImage.getMagick()
          Return the image format (i.e., Gif, Jpeg,...)
intMagickImage.getNumberColors()
          Return the number of unique colors in an image.
intMagickImage.getNumFrames()
          
intMagickImage.getStorageClass()
          Return the storage class of the image.
intMagickImage.getTotalColors()
          Get the The number of colors in the image after QuantizeImage(), or QuantizeImages().
intMagickImage.getUnits()
          Get the units attribute of the image.
doubleMagickImage.getXResolution()
          Get the x_resolution attribute in the image.
doubleMagickImage.getYResolution()
          Get the y_resolution attribute in the image.
booleanMagickImage.hasFrames()
          Check if the image has multiple frames.
MagickImageMagickImage.implodeImage(double amount)
          Implodes the image's pixels about the center.
booleanMagickImage.isAnimatedImage()
          Returns True if the Gif image is Animated otherwise False is returned.
booleanMagickImage.isGrayImage()
          Returns True if the image is grayscale otherwise False is returned.
booleanMagickImage.isMonochromeImage()
          Returns True if the image is monochrome otherwise False is returned.
booleanMagickImage.levelImage(String levels)
          Adjusts the levels of an image given these points: black, mid, and white.
MagickImageMagickImage.magnifyImage()
          Creates a new image that is a integral size greater than an existing one.
booleanMagickImage.matteFloodfillImage(PixelPacket target, int matte, int x, int y, int method)
          Floodfills the designated area with a matte value.
MagickImageMagickImage.medianFilterImage(double radius)
          Applies a digital filter that improves the quality of a noisy image.
MagickImageMagickImage.minifyImage()
          Creates a new image that is a integral size less than an existing one.
booleanMagickImage.modulateImage(String modulate)
          Modulates the hue, saturation, and brightness of an image.
MagickImageMagickImage.montageImages(MontageInfo montageInfo)
          Create a montage of all the images in the list.
booleanMagickImage.negateImage(int grayscale)
          Negates the colors in the reference image.
booleanMagickImage.normalizeImage()
          Normalizes the pixel values to span the full range of color values.
MagickImageMagickImage.oilPaintImage(double radius)
          Applies a special effect filter that simulates an oil painting.
booleanMagickImage.opaqueImage(PixelPacket target, PixelPacket penColor)
          Changes the color of an opaque pixel to the pen color.
voidMagickImage.pingImage(ImageInfo imageInfo)
          Pings the image.
booleanMagickImage.profileImage(String profileName, byte[] profileData)
          ProfileImage adds or removes a ICM, IPTC, or generic profile from an image.
booleanMagickImage.quantizeImage(QuantizeInfo quantizeInfo)
          Analyzes the colors within a reference image and chooses a fixed number of colors to represent the image.
booleanMagickImage.raiseImage(Rectangle raiseInfo, boolean raise)
          Creates a simulated three-dimensional button-like effect by lightening and darkening the edges of the image.
voidMagickImage.readImage(ImageInfo imageInfo)
          Read the image specified in the ImageInfo object.
MagickImageMagickImage.reduceNoiseImage(double radius)
          This operation attempts to reduce the 'noise' in the image.
booleanMagickImage.rgbTransformImage(int colorspace)
          Converts the reference image from RGB to an alternate colorspace.
MagickImageMagickImage.rollImage(int xOffset, int yOffset)
          Rolls an image vertically and horizontally.
MagickImageMagickImage.rotateImage(double degrees)
          Creates a new image that is a rotated copy of an existing one.
MagickImageMagickImage.sampleImage(int cols, int rows)
          Creates a new image that is a scaled size of an existing one using pixel sampling.
MagickImageMagickImage.scaleImage(int cols, int rows)
          Return a new image that is a scaled version of the original.
intMagickImage.segmentImage(int colorspace, double cluster_threshold, double smoothing_threshold)
          Segment an image by analyzing the histograms of the color components and identifying units that are homogeneous using the fuzzy c-means technique.
voidMagickImage.setBorderColor(PixelPacket color)
          Set the border colour for the method borderImage.
voidMagickImage.setColorProfile(ProfileInfo profile)
          Set a new color profile for the image.
voidMagickImage.setCompression(int value)
          Set the compression attribute.
voidMagickImage.setDelay(int delay)
          Set the time in 1/100ths of a second (0 to 65535) which must expire before displaying the next image in an animated sequence.
voidMagickImage.setDispose(int dispose)
          Set the GIF disposal method.
voidMagickImage.setFileName(String fileName)
          
voidMagickImage.setFilter(int filter)
          
booleanMagickImage.setImageAttribute(String key, String value)
          Searches the list of image attributes and replaces the attribute value.
voidMagickImage.setImageFormat(String imageFormat)
          
voidMagickImage.setIptcProfile(ProfileInfo profile)
          Set a new IPTC profile for the image.
voidMagickImage.setIterations(int iterations)
          Set the number of iterations to loop an animation (e.g.
voidMagickImage.setMagick(String imageFormat)
          
voidMagickImage.setNumberColors(int numberColors)
          
voidMagickImage.setUnits(int resolutionType)
          Set the units attribute of the image.
voidMagickImage.setXResolution(double xRes)
          Set the x_resolution attribute in the image.
voidMagickImage.setYResolution(double yRes)
          Get the y_resolution attribute in the image.
MagickImageMagickImage.sharpenImage(double raduis, double sigma)
          Creates a new image that is a copy of an existing one with the pixels sharpened.
MagickImageMagickImage.shearImage(double x_shear, double y_shear)
          Creates a new image that is a shear_image copy of an existing one.
booleanMagickImage.signatureImage()
          Determine signature of image and place signature in the image's attributes.
intMagickImage.sizeBlob()
          Returns the current length of the image file or blob.
voidMagickImage.solarizeImage(double threshold)
          Applies a special effect to the image, similar to the effect achieved in a photo darkroom by selectively exposing areas of photo sensitive paper to light.
booleanMagickImage.sortColormapByIntensity()
          Sorts the colormap of a PseudoClass image by decreasing color intensity.
MagickImageMagickImage.spreadImage(int radius)
          A special effects method that randomly displaces each pixel in a block defined by the radius parameter.
MagickImageMagickImage.swirlImage(double degress)
          Swirls the pixels about the center of the image, where degrees indicates the sweep of the arc through which each pixel is moved.
voidMagickImage.syncImage()
          Initializes the red, green, and blue intensities of each pixel as defined by the colormap index.
voidMagickImage.textureImage(MagickImage image)
          Layers a texture onto the background of an image.
booleanMagickImage.thresholdImage(double threshold)
          Thresholds the reference image.
voidMagickImage.transformImage(String cropGeometry, String imageGeometry)
          Creates a new image that is a transformed size of of existing one as specified by the crop and image geometries.
booleanMagickImage.transformRgbImage(int colorspace)
          Converts the reference image from an alternate colorspace.
booleanMagickImage.transparentImage(PixelPacket color, int opacity)
          Creates a matte image associated with the image.
MagickImageMagickImage.unsharpMaskImage(double raduis, double sigma, double amount, double threshold)
          Creates a new image that is a copy of an existing one with the pixels sharpened using an "unsharp" masking technique.
MagickImageMagickImage.waveImage(double amplitude, double wavelength)
          Creates a "ripple" effect in the image by shifting the pixels vertically along a sine wave whose amplitude and wavelength is specified by the given parameters.
booleanMagickImage.writeImage(ImageInfo imageInfo)
          Write the image specified in the ImageInfo object.
MagickImageMagickImage.zoomImage(int cols, int rows)
          Creates a new image that is a scaled size of an existing one.
StringMagickInfo.getDescription()
          Return the description attribute of the handle.
voidMagickInfo.init(String name)
          Initialise the MagickInfo structure.
PixelPacketMontageInfo.getBackgroundColor()
          Get the background_color PixelPacket value
PixelPacketMontageInfo.getBorderColor()
          Get the border_color PixelPacket value
intMontageInfo.getBorderWidth()
          Get the border_width value.
StringMontageInfo.getFileName()
          Get the filename value
PixelPacketMontageInfo.getFill()
          Get the fill PixelPacket value
StringMontageInfo.getFont()
          Get the font string value.
StringMontageInfo.getFrame()
          Get the frame string value.
StringMontageInfo.getGeometry()
          Get the geometry string value.
intMontageInfo.getGravity()
          Get the gravity value.
PixelPacketMontageInfo.getMatteColor()
          Get the matte_color PixelPacket value
doubleMontageInfo.getPointSize()
          Get the pointsize value.
booleanMontageInfo.getShadow()
          Get the shadow flag.
PixelPacketMontageInfo.getStroke()
          Get the stroke PixelPacket value
StringMontageInfo.getTexture()
          Get the texture string value.
StringMontageInfo.getTile()
          Get the tile string value.
StringMontageInfo.getTitle()
          Get the title string value.
voidMontageInfo.setBackgroundColor(PixelPacket backgroundColor)
          Set the background_color PixelPacket value.
voidMontageInfo.setBorderColor(PixelPacket borderColor)
          Set the border_color PixelPacket value.
voidMontageInfo.setBorderWidth(int borderWidth)
          Set the border_width value.
voidMontageInfo.setFileName(String filename)
          Set the filename value.
voidMontageInfo.setFill(PixelPacket fill)
          Set the fill PixelPacket value.
voidMontageInfo.setFont(String str)
          Set the font string value.
voidMontageInfo.setFrame(String str)
          Set the frame string value.
voidMontageInfo.setGeometry(String str)
          Set the geometry string value.
voidMontageInfo.setGravity(int gravity)
          Set the gravity value.
voidMontageInfo.setMatteColor(PixelPacket matteColor)
          Set the matte_color PixelPacket value.
voidMontageInfo.setPointSize(double pointsize)
          Set the pointsize value.
voidMontageInfo.setShadow(boolean shadow)
          Set the shadow flag.
voidMontageInfo.setStroke(PixelPacket stroke)
          Set the stroke PixelPacket value.
voidMontageInfo.setTexture(String str)
          Set the texture string value.
voidMontageInfo.setTile(String str)
          Set the tile string value.
voidMontageInfo.setTitle(String str)
          Set the title string value.
static PixelPacketPixelPacket.queryColorDatabase(String target)
          looks up a RGB values for a color given in the target string.
intQuantizeInfo.getColorspace()
          Return the value of color_space field in the QuantizInfo structure.
intQuantizeInfo.getDither()
          Return the value of dither field in the QuantizInfo structure.
intQuantizeInfo.getMeasureError()
          Return the value of measure_error field in the QuantizInfo structure.
intQuantizeInfo.getNumberColors()
          Return the value of number_colors field in the QuantizInfo structure.
intQuantizeInfo.getTreeDepth()
          Return the value of tree_depth field in the QuantizInfo structure.
voidQuantizeInfo.init()
          Initialise the QuantizeInfo structure.
voidQuantizeInfo.setColorspace(int value)
          Set the value of colorspace field in the QuantizeInfo structure.
voidQuantizeInfo.setDither(int value)
          Set the value of dither field in the QuantizeInfo structure.
voidQuantizeInfo.setMeasureError(int value)
          Set the value of measure_error field in the QuantizeInfo structure.
voidQuantizeInfo.setNumberColors(int value)
          Set the value of number_colors field in the QuantizeInfo structure.
voidQuantizeInfo.setTreeDepth(int value)
          Set the value of tree_depth field in the QuantizeInfo structure.
 


JMagick