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?
Temp files with Large file size
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Temp files with Large file size
What is MagicCMD.exe? Is it part of Image Magick?
snibgo's IM pages: im.snibgo.com
Re: Temp files with Large file size
Yes. It is a part of Imagemagick. MagickCMD can be used with other options in CMD.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Temp files with Large file size
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
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