Hi,
When trying to create a mosaic stitch consisting of 160 25Mp 16bit TIFFs, enblend is killed while it emits these last words:
enblend: info: estimated space required for this blend step: 43783MB
enblend: info: generating Gaussian pyramid: g0 g1 g2 g3 g4 g5 g6 g7 g8 g9 g10 g11 g12
enblend: info: CIELUV color conversion from/to "sRGB" profile
enblend: info: generating Gaussian pyramid: g0 g1 g2 g3 g4 g5 g6 g7 g8 g9 g10 g11 g12
enblend: info: generating Laplacian pyramid: l0 l1 l2 l3 l4 l5 l6 l7 l8 l9 l10 l11 l12
enblend: info: CIELUV color conversion from/to "sRGB" profile
enblend: info: generating Gaussian pyramid: g0 g1 g2Killed
I'm on Ubuntu 20.04, with 32G RAM and a temporary swapfile of 24G and enblend:
enblend 4.2
Extra feature: image cache: no
Extra feature: OpenMP: yes
- version 2015-11
- support for dynamic adjustment of the number of threads;
dynamic adjustment disabled by default
- using 16 processors and up to 16 threads
- allocating thread-local dynamic memory with malloc/free
Extra feature: OpenCL: no
The stitched image it is trying to blend is 35436 x 36943=1309MP.
Will stitching/blending each row separately, and then blending the result together help?
And is that the only way, or is there another workaround for this memory limitation of Enblend?
Thanks.
More info:
I have built a rig that moves a camera with macro lens over a surface of about 100cm x 90cm, in small increments, in order to create high resolution images of old nautical maps from an ethnographic museum. As there are many maps, I am trying to automate as much of the process as possible.