Imagick::setRegistry

(No version information available, might only be in Git)
Description
public static void Imagick::setRegistry ( string $key, string $value )

Sets the ImageMagick registry entry named key to value. This is most useful for setting "temporary-path" which controls where ImageMagick creates temporary images e.g. while processing PDFs.

Parameters:
key

Sets the ImageMagick registry entry named key to value. This is most useful for setting "temporary-path" which controls where ImageMagick creates temporary images e.g. while processing PDFs.

value

Sets the ImageMagick registry entry named key to value. This is most useful for setting "temporary-path" which controls where ImageMagick creates temporary images e.g. while processing PDFs.

Returns:
doc_php
2016-02-24 16:01:25
Comments
Leave a Comment

Please login to continue.