imagick_set_attribute

imagick_set_attribute --  Sets an image attribute.

Description

bool imagick_set_attribute (resource imagick_handle, mixed attribute [, string attribute_value])

Warnung

Diese Funktion ist EXPERIMENTELL. Das bedeutet, dass sich das Verhalten der Funktion, ihr Name, und ALLES andere, das hier dokumentiert ist, in zukünftigen Versions des Pakets OHNE WARNUNG ändern kann. Seien Sie gewarnt und nutzen Sie das Paket auf eigenes Risiko.

This function takes either two string with the attribute and the value, or a array with attributes as key and the values as values...

At the moment following attributes are supported:

adjoin
delay
format
magick
quality
size

More Options will follow soon, it's more or less only copy&paste work.

Anmerkung: For a detailed list of what the attributes are, see http://www.imagemagick.org/www/perl.html#seta

See also: imagick_get_attribute().