Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I change temp path of imagemagick?

Tags:

imagemagick

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

How can I do this?

like image 985
ffffff01 Avatar asked Apr 18 '12 06:04

ffffff01


People also ask

How do you find temp path?

The following code shows how to call the GetTempPath method. string result = Path. GetTempPath(); Console. WriteLine(result);

How do I save temp files on Android?

If you'd like to cache some data, rather than store it persistently, you should use getCacheDir() to open a File that represents the internal directory where your application should save temporary cache files. When the device is low on internal storage space, Android may delete these cache files to recover space.


1 Answers

Do you mean temporary image's path? What does variable MAGICK_TEMPORARY_PATH looks like?

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

like image 105
ZZ-bb Avatar answered Sep 21 '22 12:09

ZZ-bb