What is the minimum memory requirement for splitting a TIFF file to multiple TIFF files?
I have a query that what is the minimum memory requirement for splitting the tiff file to multiple tiff files. Is it running less than 2GB memory or not.
Have you any suggestion. Please reply its urgent.
Thanks Dinesh Kumar开发者_开发问答It depends, obviously, on how big the input tiff file is, and how it is going to be split up. Did you try to do any calculations? Or perhaps just try it out?
Assuming you are getting an OutOfMemoryException
when trying to do this, then I would say your input TIFF is corrupt or partial.
精彩评论