I have a directory of 10,000 150x150 png images that I would like to montage into a 100x100 grid using the following code:
Code: Select all
montage -limit memory 2048 -limit map 2048 *.png -geometry +0+0 -tile 100x100 montage.pngCode: Select all
montage.im6: UnableToAcquireCacheView `Too many open files' @ fatal/cache-view.c/AcquireAuthenticCacheView/121.