Gmagick::borderimage

(PECL gmagick >= Unknown) Surrounds the image with a border public Gmagick Gmagick::borderimage ( GmagickPixel $color, int $width, int $height ) Surrounds the image with a border of the color defined by the bordercolor GmagickPixel object or a color string. Parameters: color GmagickPixel object or a string containing the border color width

Gmagick::blurimage

(PECL gmagick >= Unknown) Adds blur filter to image public Gmagick Gmagick::blurimage ( float $radius, float $sigma [, int $channel ] ) Adds blur filter to image. Parameters: radius Blur radius sigma Standard deviation Returns: The blurred Gmagick object Exception: Throws an

Gmagick::annotateimage

(PECL gmagick >= Unknown) Annotates an image with text public Gmagick Gmagick::annotateimage ( GmagickDraw $GmagickDraw, float $x, float $y, float $angle, string $text ) Annotates an image with text. Parameters: GmagickDraw The GmagickDraw object that contains settings for drawing the text x Horizontal offset in pixels to the left of

Gmagick::addnoiseimage

(PECL gmagick >= Unknown) Adds random noise to the image public Gmagick Gmagick::addnoiseimage ( int $NOISE ) Adds random noise to the image. Parameters: noise_type The type of the noise. Refer to this list of noise constants. Returns: The Gmagick object with noise added. Exception: Throws an GmagickException

Gmagick::addimage

(PECL gmagick >= Unknown) Adds new image to Gmagick object image list public Gmagick Gmagick::addimage ( Gmagick $Gmagick ) Adds new image to Gmagick object from the current position of the source object. After the operation iterator position is moved at the end of the list. Parameters: source The source Gmagick object Returns: The Gmagick obj

png2wbmp

(PHP 4 >= 4.0.5, PHP 5, PHP 7) Convert PNG image file to WBMP image file bool png2wbmp ( string $pngname, string $wbmpname, int $dest_height, int $dest_width, int $threshold ) Converts a PNG file into a WBMP file. Parameters: pngname Path to PNG file. wbmpname Path to destination WBMP file. dest_height

jpeg2wbmp

(PHP 4 >= 4.0.5, PHP 5, PHP 7) Convert JPEG image file to WBMP image file bool jpeg2wbmp ( string $jpegname, string $wbmpname, int $dest_height, int $dest_width, int $threshold ) Converts a JPEG file into a WBMP file. Parameters: jpegname Path to JPEG file. wbmpname Path to destination WBMP file. dest_height

iptcparse

(PHP 4, PHP 5, PHP 7) Parse a binary IPTC block into single tags. array iptcparse ( string $iptcblock ) Parses an » IPTC block into its single tags. Parameters: iptcblock A binary IPTC block. Returns: Returns an array using the tagmarker as an index and the value as the value. It returns FALSE on error or if no IPTC data was found.

iptcembed

(PHP 4, PHP 5, PHP 7) Embeds binary IPTC data into a JPEG image mixed iptcembed ( string $iptcdata, string $jpeg_file_name [, int $spool = 0 ] ) Embeds binary IPTC data into a JPEG image. Parameters: iptcdata The data to be written. jpeg_file_name Path to the JPEG image. spool Spool flag. If the spoo

imagexbm

(PHP 5, PHP 7) Output an XBM image to browser or file bool imagexbm ( resource $image, string $filename [, int $foreground ] ) Outputs or save an XBM version of the given image. Note: imagexbm() doesn't apply any padding, so the image width has to be a multiple of 8. Parameters: image An image resource, returned by one of the image creation functions, such as imagecreat