How to change imagemagick temporary path?

I want to change the imagemagick temporary path from a path in C: to a path on E:

How can i do this?

+3
source share
1 answer

Do you mean the temporary path of the image? What does a variable look like MAGICK_TEMPORARY_PATH?

See: http://www.imagemagick.org/script/resources.php

+1
source

All Articles