Where is tmp?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
GilbertB
Posts: 5
Joined: 2014-06-06T00:23:54-07:00
Authentication code: 6789

Where is tmp?

Post by GilbertB »

When using <policy domain="resource" name="temporary-path" value="/tmp"/>

does that refer to
/var/tmp

or is it in a different path somewhere that I have to create and chmod?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Where is tmp?

Post by magick »

It can be whatever path you want as long as the ImageMagick process has read & write access to the directory.
Post Reply