[Horde_Image] element index

Package indexes

All elements
a b c d e f g h i l m n p r s t u y _
_
top
Variable $_background
Background color.
Variable $_capabilities
Capabilites of this driver.
Variable $_capabilities
Capabilites of this driver.
Variable $_capabilities
Capabilites of this driver.
Variable $_capabilities
Capabilites of this driver.
Variable $_capabilities
Capabilites of this driver.
Variable $_colorDepth
Color depth (only 8 and 16 implemented).
Variable $_colorType
Color type (only 2 (true color) implemented).
Variable $_compressionMethod
Compression method (0 is the only current valid value).
Variable $_data
Horde_Image::$_data in Image.php
The current image data.
Variable $_fillColor
Current fill color; cached so we don't issue more -fill commands than necessary.
Variable $_filterMethod
Filter method (0 is the only current valid value).
Variable $_height
The current height of the image data.
Variable $_im
GD Image resource for the current image data.
Variable $_image
Variable $_imagick
Instance variable for our Imagick object.
Variable $_imagick
Reference to an Horde_Image_ImagickProxy object.
Variable $_img
The array of pixel data.
Variable $_interlaceMethod
Interlace method (only 0 (no interlace) implemented).
Variable $_loadedEffects
Array containing available Effects
Variable $_movie
SWF root movie.
Variable $_observers
Observers.
Variable $_operations
Operations to be performed. These are added before the source filename is specified on the command line.
Variable $_params
Valid parameters for border decorators:
Variable $_params
Valid parameters for border effects:
Variable $_params
Valid parameters for the stack effect
Variable $_params
Valid parameters for border effects:
Variable $_params
Valid parameters:
Variable $_params
Valid parameters for watermark effects:
Variable $_params
Valid parameters for watermark effects:
Variable $_params
Variable $_params
Valid parameters:
Variable $_params
Valid parameters:
Variable $_params
Valid parameters:
Variable $_params
Effect parameters.
Variable $_params
Valid parameters: Most are currently ignored for the im version of this effect.
Variable $_postSrcOperations
Operations to be added after the source filename is specified on the command line.
Variable $_rgb
Horde_Image::$_rgb in Image.php
Current color.
Variable $_strokeColor
Current stroke color; cached so we don't issue more -stroke commands than necessary.
Variable $_strokeWidth
Current stroke width; cached so we don't issue more -strokewidth commands than necessary.
Variable $_svg
Variable $_tmpdir
A directory for temporary files.
Variable $_toClean
TODO
Variable $_type
Horde_Image::$_type in Image.php
What kind of images should ImageMagick generate? Defaults to 'png'.
Variable $_width
The current width of the image data.
Method _Adler32
Calculate an Adler32 checksum for a string.
Method _allocateColor
Creates a color that can be accessed in this object. When a color is set, the integer resource of it is returned.
Method _allocateColorAlpha
Method _applyMask
Applies the specified mask to the image.
Method _call
Wraps a call to a function of the gd extension.
Method _create
Creates an image of the given size.
Method _createDropShadow
Method _createSymbol
Method _getFontSize
Return point size for font
Method _getIMVersion
Method _grayscalePixel
Method _grayscaleValue
Method _header
Create the PNG file header.
Method _IDAT
Create Image Data block.
Method _IEND
Create IEND block.
Method _IHDR
Create Image Header block.
Method _roundBorder
Method _setImageObject
Method _tEXt
Create tEXt block.
Method _tIME
Create last modified time block.
Method __call
Pass through any methods not explicitly handled above.
Method __construct
Constructor. Instantiate our imagick object and set some defaults.
a
top
Method addEffect
Attempts to apply requested effect to this image. If the effect cannot be found a PEAR_Error is returned.
Method addImage
Method addObserver
Add an observer to this image. The observer will be notified when the image's changes.
Method allocateColor
Creates a color that can be accessed in this object. When a color is set, the rgba values are returned in an array.
Method apply
Draw the border.
Method apply
Create the photo_stack
Method apply
Apply the round_corners effect.
Method apply
Method apply
Create the effect
Method apply
Add the watermark
Method apply
Draw the border.
Method apply
Draw the border.
Method apply
Apply the drop_shadow effect.
Method apply
Apply the effect.
Method apply
Apply the unsharp_mask effect.
Method apply
Add the watermark
Method applyEffects
Apply any effects in the effect queue.
Method applyEffects
Method arc
Draw an arc.
Method arc
Draw an arc.
Method arc
Draw an arc.
Method arc
Draw an arc.
b
top
Method borderImage
Add a border to this image.
Method brightness
Returns the brightness of a color.
Method brush
Draw a shaped point at the specified (x,y) point. Useful for scatter diagrams, debug points, etc. Draws squares, circles, diamonds, and triangles.
Page border.php
border.php in border.php
Page border.php
border.php in border.php
c
top
Method circle
Method circle
Draw a circle.
Method circle
Draw a circle.
Method circle
Draw a circle.
Method circle
Draw a circle.
Method cloneIM
Produces a clone of this ImagickProxy object.
Method compositeImage
Method crop
Crop the current image.
Method crop
Crop the current image.
Page composite.php
composite.php in composite.php
d
top
Method dashedLine
Draw a dashed line.
Method dashedLine
Method dashedLine
Draw a dashed line.
Method dashedLine
Draw a dashed line.
Method dashedLine
Draw a dashed line.
Method display
Display the movie.
Method display
Method display
Display the current image.
Method display
Display the current image.
Page drop_shadow.php
drop_shadow.php in drop_shadow.php
Page drop_shadow.php
drop_shadow.php in drop_shadow.php
e
top
Method executeConvertCmd
Method to execute a raw command directly in convert.
Page Effect.php
Effect.php in Effect.php
f
top
Method factory
Method factory
Attempts to return a concrete Horde_Image instance based on $driver.
Method flip
Flip the current image.
Method flip
Flip the current image.
g
top
Method getCapabilities
Method getContentType
Return the content type for this image.
Method getContentType
Method getContentType
Method getContentType
Method getContentType
Method getDimensions
Get the height and width of the current image data.
Method getDimensions
More efficient way of getting size if using imagick library.
Method getDimensions
Get the height and width of the current image.
Method getFont
Method getFont
Method getFont
Method getHexColor
Method getIMObject
Return the raw Imagick object
Method getLink
Method getLink
Method getLoadedEffects
Load a list of available effects for this driver.
Method getRGB
Method gradientRectangle
Draw a rectangle filled with a gradient from $color1 to $color2.
Method grayscale
Convert the current image to grayscale.
Method grayscale
Change image to a grayscale image.
Method grayscale
Convert the current image to grayscale.
Page gd.php
gd.php in gd.php
Page gd.php
gd.php in gd.php
h
top
Method hasCapability
Method headers
Generate image headers.
Method Horde_Image
Constructor.
Class Horde_Image
Horde_Image in Image.php
This class defines the Horde_Image:: API, and also provides some utility functions, such as generating highlights of a color.
Method Horde_Image_Effect
Effect constructor.
Class Horde_Image_Effect
Horde_Image_Effect in Effect.php
The Horde_Image_Effect parent class defines a general API for ways to apply effects to Horde_Image objects.
Class Horde_Image_Effect_border
Image border decorator for the Horde_Image package.
Class Horde_Image_Effect_gd_drop_shadow
Image effect for adding a drop shadow.
Class Horde_Image_Effect_gd_round_corners
Image effect for round image corners.
Class Horde_Image_Effect_gd_text_watermark
Image effect for watermarking images with text for the im driver..
Class Horde_Image_Effect_gd_unsharp_mask
Unsharp mask Image effect.
Class Horde_Image_Effect_im_border
Image border decorator for the Horde_Image package.
Class 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.
Class Horde_Image_Effect_im_drop_shadow
Image effect for adding a drop shadow.
Class Horde_Image_Effect_im_photo_stack
Effect for composing multiple images into a single image.
Class Horde_Image_Effect_im_polaroid_image
Effect for creating a polaroid looking image.
Class Horde_Image_Effect_im_round_corners
Image effect for rounding image corners.
Class Horde_Image_Effect_im_text_watermark
Image effect for watermarking images with text for the im driver..
Class Horde_Image_gd
Horde_Image_gd in gd.php
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.
Method Horde_Image_gd
Class Horde_Image_im
Horde_Image_im in im.php
This class implements the Horde_Image:: API for ImageMagick.
Method Horde_Image_im
Constructor.
Class Horde_Image_ImagickProxy
Proxy class for using PHP5 Imagick code in PHP4 compliant code.
Method Horde_Image_png
PNG image constructor.
Class Horde_Image_png
Horde_Image_png in png.php
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.
Class Horde_Image_svg
Horde_Image_svg in svg.php
This class implements the Horde_Image:: API for SVG.
Method Horde_Image_svg
Method Horde_Image_swf
Class Horde_Image_swf
Horde_Image_swf in swf.php
This class implements the Horde_Image:: API for SWF, using the PHP Ming extension.
i
top
Page im.php
im.php in im.php
Page imagick.php
imagick.php in imagick.php
Page Image.php
Image.php in Image.php
Page im.php
im.php in im.php
l
top
Method line
Draw a line.
Method line
Draw a line.
Method line
Draw a line.
Method line
Draw a line.
Method line
Method loadFile
Load the image data from a file.
Method loadFile
Load the image data from a file. Need to override this method in order to load the imagick object if we need to.
Method loadFile
Load the image data from a file.
Method loadString
Clears the current imagick object and reloads it with the passed in binary data.
Method loadString
Load the image data from a string. Need to override this method in order to load the imagick object if we need to.
Method loadString
Load the image data from a string.
Method loadString
Load the image data from a string.
m
top
Method methodExists
Check if a particular method exists in the installed version of Imagick
Method mirror
Mirror the current image.
Method mirror
Mirror the current image.
Method modifyColor
Calculate a lighter (or darker) version of a color.
Method moreIntenseColor
Calculate a more intense version of a color.
n
top
Method notifyObservers
Let observers know that something happened worth acting on.
p
top
Page photo_stack.php
photo_stack.php in photo_stack.php
Page polaroid_image.php
polaroid_image.php in polaroid_image.php
Page png.php
png.php in png.php
Method polaroidImage
Method polygon
Draw a polygon based on a set of vertices.
Method polygon
Draw a polygon based on a set of vertices.
Method polygon
Method polygon
Draw a polygon based on a set of vertices.
Method polygon
Draw a polygon based on a set of vertices.
Method polyline
Draw a polyline (a non-closed, non-filled polygon) based on a set of vertices.
Method polyline
Draw a polyline (a non-closed, non-filled polygon) based on a set of vertices.
Method polyline
Method polyline
Draw a polyline (a non-closed, non-filled polygon) based on a set of vertices.
Method polyline
Draw a polyline (a non-closed, non-filled polygon) based on a set of vertices.
r
top
Page round_corners.php
round_corners.php in round_corners.php
Page round_corners.php
round_corners.php in round_corners.php
Page rgb.php
rgb.php in rgb.php
Method raw
Returns the raw data for this image.
Method raw
Return the raw data for this image.
Method raw
Return the raw data for this image.
Method raw
Returns the raw data for this image.
Method raw
Horde_Image::raw() in Image.php
Returns the raw data for this image.
Method raw
Return the raw data for this image.
Method rectangle
Draw a rectangle.
Method rectangle
Draw a rectangle.
Method rectangle
Draw a rectangle.
Method rectangle
Method rectangle
Draw a rectangle.
Method rectangle
Draw a rectangle.
Method reset
Reset the image data.
Method reset
Reset the image data.
Method reset
Reset the image data.
Method reset
Reset the image data.
Method resize
Resize the current image. This operation takes place immediately.
Method resize
Resize the current image.
Method rotate
Rotate the current image.
Method rotate
Rotate the current image.
Method rotateImage
Rotates image as described. Don't pass through since we are not passing a ImagickPixel object from PHP4 code.
Method roundedRectangle
Draw a rectangle.
Method roundedRectangle
Draw a rounded rectangle.
Method roundedRectangle
Draw a rectangle.
Method roundedRectangle
Draw a rounded rectangle.
Method roundedRectangle
Rounded Rectangle
s
top
Page svg.php
svg.php in svg.php
Page swf.php
swf.php in swf.php
Page svg.php
svg.php in svg.php
Page swf.php
swf.php in swf.php
Method sepia
Sepia filter.
Method sepia
Sepia filter.
Method setImageBackgroundColor
Method singleton
Attempts to return a reference to a concrete Horde_Image instance based on $driver. It will only create a new instance if no Horde_Image instance with the same parameters currently exists.
t
top
Page text_watermark.php
text_watermark.php in text_watermark.php
Page text_watermark.php
text_watermark.php in text_watermark.php
Method text
Draws a text string on the image in a specified location, with the specified style information.
Method text
Draws a text string on the image in a specified location, with the specified style information.
Method text
Places a string of text on this image with the specified properties
Method text
Draws a text string on the image in a specified location, with the specified style information.
Method text
Draws a text string on the image in a specified location, with the specified style information.
Method toFile
Ouputs image data to file. If $data is false, outputs current image data after performing any pending operations on the data.
u
top
Page unsharp_mask.php
unsharp_mask.php in unsharp_mask.php
y
top
Method yellowize
Yellowize filter.
a b c d e f g h i l m n p r s t u y _