-
$_background
-
Background color.
-
$_capabilities
-
Capabilites of this driver.
-
$_capabilities
-
Capabilites of this driver.
-
$_capabilities
-
Capabilites of this driver.
-
$_capabilities
-
Capabilites of this driver.
-
$_capabilities
-
Capabilites of this driver.
-
$_colorDepth
-
Color depth (only 8 and 16 implemented).
-
$_colorType
-
Color type (only 2 (true color) implemented).
-
$_compressionMethod
-
Compression method (0 is the only current valid value).
-
$_data
-
The current image data.
-
$_fillColor
-
Current fill color; cached so we don't issue more -fill commands than necessary.
-
$_filterMethod
-
Filter method (0 is the only current valid value).
-
$_height
-
The current height of the image data.
-
$_im
-
GD Image resource for the current image data.
-
$_image
-
-
$_imagick
-
Instance variable for our Imagick object.
-
$_imagick
-
Reference to an Horde_Image_ImagickProxy object.
-
$_img
-
The array of pixel data.
-
$_interlaceMethod
-
Interlace method (only 0 (no interlace) implemented).
-
$_loadedEffects
-
Array containing available Effects
-
$_movie
-
SWF root movie.
-
$_observers
-
Observers.
-
$_operations
-
Operations to be performed. These are added before the source filename is specified on the command line.
-
$_params
-
Valid parameters for border decorators:
-
$_params
-
Valid parameters for border effects:
-
$_params
-
Valid parameters for the stack effect
-
$_params
-
Valid parameters for border effects:
-
$_params
-
Valid parameters:
-
$_params
-
Valid parameters for watermark effects:
-
$_params
-
Valid parameters for watermark effects:
-
$_params
-
-
$_params
-
Valid parameters:
-
$_params
-
Valid parameters:
-
$_params
-
Valid parameters:
-
$_params
-
Effect parameters.
-
$_params
-
Valid parameters: Most are currently ignored for the im version of this effect.
-
$_postSrcOperations
-
Operations to be added after the source filename is specified on the command line.
-
$_rgb
-
Current color.
-
$_strokeColor
-
Current stroke color; cached so we don't issue more -stroke commands than necessary.
-
$_strokeWidth
-
Current stroke width; cached so we don't issue more -strokewidth commands than necessary.
-
$_svg
-
-
$_tmpdir
-
A directory for temporary files.
-
$_toClean
-
TODO
-
$_type
-
What kind of images should ImageMagick generate? Defaults to 'png'.
-
$_width
-
The current width of the image data.
-
_Adler32
-
Calculate an Adler32 checksum for a string.
-
_allocateColor
-
Creates a color that can be accessed in this object. When a color is set, the integer resource of it is returned.
-
_allocateColorAlpha
-
-
_applyMask
-
Applies the specified mask to the image.
-
_call
-
Wraps a call to a function of the gd extension.
-
_create
-
Creates an image of the given size.
-
_createDropShadow
-
-
_createSymbol
-
-
_getFontSize
-
Return point size for font
-
_getIMVersion
-
-
_grayscalePixel
-
-
_grayscaleValue
-
-
_header
-
Create the PNG file header.
-
_IDAT
-
Create Image Data block.
-
_IEND
-
Create IEND block.
-
_IHDR
-
Create Image Header block.
-
_roundBorder
-
-
_setImageObject
-
-
_tEXt
-
Create tEXt block.
-
_tIME
-
Create last modified time block.
-
__call
-
Pass through any methods not explicitly handled above.
-
__construct
-
Constructor. Instantiate our imagick object and set some defaults.
-
hasCapability
-
-
headers
-
Generate image headers.
-
Horde_Image
-
Constructor.
-
Horde_Image
-
This class defines the Horde_Image:: API, and also provides some utility functions, such as generating highlights of a color.
-
Horde_Image_Effect
-
Effect constructor.
-
Horde_Image_Effect
-
The Horde_Image_Effect parent class defines a general API for ways to apply effects to Horde_Image objects.
-
Horde_Image_Effect_border
-
Image border decorator for the Horde_Image package.
-
Horde_Image_Effect_gd_drop_shadow
-
Image effect for adding a drop shadow.
-
Horde_Image_Effect_gd_round_corners
-
Image effect for round image corners.
-
Horde_Image_Effect_gd_text_watermark
-
Image effect for watermarking images with text for the im driver..
-
Horde_Image_Effect_gd_unsharp_mask
-
Unsharp mask Image effect.
-
Horde_Image_Effect_im_border
-
Image border decorator for the Horde_Image package.
-
Horde_Image_Effect_im_composite
-
Simple composite effect for composing multiple images. This effect assumes that all images being passed in are already the desired size.
-
Horde_Image_Effect_im_drop_shadow
-
Image effect for adding a drop shadow.
-
Horde_Image_Effect_im_photo_stack
-
Effect for composing multiple images into a single image.
-
Horde_Image_Effect_im_polaroid_image
-
Effect for creating a polaroid looking image.
-
Horde_Image_Effect_im_round_corners
-
Image effect for rounding image corners.
-
Horde_Image_Effect_im_text_watermark
-
Image effect for watermarking images with text for the im driver..
-
Horde_Image_gd
-
This class implements the Horde_Image:: API for the PHP GD extension. It mainly provides some utility functions, such as the ability to make pixels, for now.
-
Horde_Image_gd
-
-
Horde_Image_im
-
This class implements the Horde_Image:: API for ImageMagick.
-
Horde_Image_im
-
Constructor.
-
Horde_Image_ImagickProxy
-
Proxy class for using PHP5 Imagick code in PHP4 compliant code.
-
Horde_Image_png
-
PNG image constructor.
-
Horde_Image_png
-
This class implements the Horde_Image:: API for PNG images. It mainly provides some utility functions, such as the ability to make pixels or solid images for now.
-
Horde_Image_svg
-
This class implements the Horde_Image:: API for SVG.
-
Horde_Image_svg
-
-
Horde_Image_swf
-
-
Horde_Image_swf
-
This class implements the Horde_Image:: API for SWF, using the PHP Ming extension.