imagick_convert

imagick_convert --  Converts a file to another file or dumps it to the browser

Description

bool imagick_convert (string input_file, string output_file [, string imageformat])

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.

Returns: TRUE on success, FALSE on error.

This is a wrapper for create, read, write/dump and free. If output_file is "-" or Null it dumps the image to the output (mostly the browser). If you dump it to the output, you can give a imageformat, if you want something else than the inputformat (most likely...).

See also: imagick_read(), imagick_write(), imagick_dump().