Page 1 of 1

Temp files with Large file size

Posted: 2013-06-11T01:00:55-07:00
by yukichow
I use command line MagicCMD.exe to convert a multitiff file to several singletiff files.

During conversion, some temporary files have created and their files size are extremely LARGE !!!! My original tiff file is ~3000kb, but a tempory file is over 136Mb. How can I minimize the temporary file size when using command line?

Re: Temp files with Large file size

Posted: 2013-06-11T07:18:55-07:00
by snibgo
What is MagicCMD.exe? Is it part of Image Magick?

Re: Temp files with Large file size

Posted: 2013-06-12T18:32:56-07:00
by yukichow
Yes. It is a part of Imagemagick. MagickCMD can be used with other options in CMD.

Re: Temp files with Large file size

Posted: 2013-06-12T18:39:16-07:00
by fmw42
Is your tiff file compressed? IM may have to decompress it to process it.

By the way, it would be a good idea to provide your IM version, your command line and a link to your input tiff image, so others can review the image and your code and try it themselves.

I do not know much about memory management, but see

http://www.imagemagick.org/Usage/files/#massive
http://www.imagemagick.org/script/resou ... nvironment