XIX. Imagick

Warnung

Dieses Paket ist EXPERIMENTELL. Das bedeutet, dass das Verhalten der Funktionen, die Namen der Funktionen, und ALLES andere, das hier dokumentiert ist, sich in zukünftigen Versionen dieses Pakets OHNE WARNUNG ändern kann. Seien Sie gewarnt und nutzen Sie das Paket auf eigenes Risiko.

Introduction

Installation

short installation note:

and you need the imagemagick header files to install it (and on my system i needed also the libwmf header files...)

Inhaltsverzeichnis
imagick_create -- Creates a new ImageMagick handle
imagick_read -- Reads an image
imagick_write --  Writes the image to a file.
imagick_free --  Frees an imagick handle and all the resources attached to it
imagick_convert --  Converts a file to another file or dumps it to the browser
imagick_copy_crop --  Crops an image and returns a new handle
imagick_copy_sample --  Scales an image to the desired dimensions with pixelsampling and returns a new handle.
imagick_copy_resize --  Scales an image to the desired dimensions with a filter and returns a new handle.
imagick_copy_rotate --  Rotates a picture and returns a new handle
imagick_copy_shear --  Sheares a picture and returns a new handle
imagick_copy_morph --  Morphes at least 2 pictures and returns a new handle
imagick_annotate --  Annotates an image with a text
imagick_list-magickinfo --  Lists the image formats to a file
imagick_dump --  Dumps the picture to the output (mostly the browser)
imagick_set_attribute --  Sets an image attribute.
imagick_get_attribute --  Gets an image attribute.