temp drive filling up with images, hard drive full
Posted: 2009-05-05T14:31:06-07:00
Hi,
I am trying to use Imagemagick at the command line (on Windows) to run through a bunch of images printing out the filename and the x resolution and y resolution. Here is the command:
identify -ping -format "%f has resolutions %x by %y \n" GS-B3*.tif
which should print out the following (sample line):
GS-B3-G57.tif has resolutions 1600 PixelsPerInch by 1600 PixelsPerInch
I am trying to do this with several hundred images, but the tmp folder keeps filling up with temp copies of my images.
My current temp folder is set to: C:\Documents and Settings\myName\Local Settings\Temp
I have spent a fair amount of time looking at Cache Storage and Resource Requirements on the Architecture page on the website, and have tried to change the file settings, but to no avail. Can these settings be changed when using the .exe version, and how can I prevent these temp images from filling up my hard drive?
Thanks,
I am trying to use Imagemagick at the command line (on Windows) to run through a bunch of images printing out the filename and the x resolution and y resolution. Here is the command:
identify -ping -format "%f has resolutions %x by %y \n" GS-B3*.tif
which should print out the following (sample line):
GS-B3-G57.tif has resolutions 1600 PixelsPerInch by 1600 PixelsPerInch
I am trying to do this with several hundred images, but the tmp folder keeps filling up with temp copies of my images.
My current temp folder is set to: C:\Documents and Settings\myName\Local Settings\Temp
I have spent a fair amount of time looking at Cache Storage and Resource Requirements on the Architecture page on the website, and have tried to change the file settings, but to no avail. Can these settings be changed when using the .exe version, and how can I prevent these temp images from filling up my hard drive?
Thanks,