how to set imagemagicks tmp folder?

2011-01-21 Thread S Mathias
my /tmp is too small [when i want to use "convert"]. how can i set imagemagick, 
to use an other tmp folder, what has enough space?

thank you!


  


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/778354.58265...@web121401.mail.ne1.yahoo.com



Re: how to set imagemagicks tmp folder?

2011-01-21 Thread Chris Jones
On Fri, Jan 21, 2011 at 04:14:43AM EST, S Mathias wrote:

> my /tmp is too small [when i want to use "convert"]. how can i set
> imagemagick, to use an other tmp folder, what has enough space?
> 
> thank you!

Try (untested):

  MAGICK_TMPDIR=./mytmpdir convert ..

If you need this on a permanent basis, you may want to export
MAGICK_TMPDIR in - e.g., your .bashrc

See discussion under:

  /usr/share/doc/imagemagick/www/resources.html

cj


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110121132842.GA5670@pavo.local