How to enable dealing with huge montage set
Posted: 2018-03-27T04:17:21-07:00
I'm trying to tile a HUGE number of images into a very large psb file.
Each tile is 256x256 pixels, and I am tiling 512 x 100 of them, to give a final image size of 131,072 x 25,600 pixels.
Here is the command I am using to tile them:
magick montage -mode concatenate -tile 512x D:\XXX\*.jpg psb:D:\XXX\Output.psb
Unsurprisingly, I get this error:
montage: unable to extend cache 'psb:D:\XXX\Output.psb': No space left on device @ error/cache.c/OpenPixelCache/3682.
I have a pretty beefy machine, and 64GB RAM. Perhaps it's possible my machine simply can't deal with this, but I have a feeling I need to change some stuff in the policy.xml to make this work. I've been reading http://www.imagemagick.org/discourse-se ... =4&t=26801, but not sure what I actually need to change, and to what, to see if I can make this happen.
Does anyone know?
Each tile is 256x256 pixels, and I am tiling 512 x 100 of them, to give a final image size of 131,072 x 25,600 pixels.
Here is the command I am using to tile them:
magick montage -mode concatenate -tile 512x D:\XXX\*.jpg psb:D:\XXX\Output.psb
Unsurprisingly, I get this error:
montage: unable to extend cache 'psb:D:\XXX\Output.psb': No space left on device @ error/cache.c/OpenPixelCache/3682.
I have a pretty beefy machine, and 64GB RAM. Perhaps it's possible my machine simply can't deal with this, but I have a feeling I need to change some stuff in the policy.xml to make this work. I've been reading http://www.imagemagick.org/discourse-se ... =4&t=26801, but not sure what I actually need to change, and to what, to see if I can make this happen.
Does anyone know?