I'm not sure this is the right section but I am facing a very weird issue with ImageMagick.
I am working on a huge image (1.7GB ~ 53,000x18,000px) for a virtual texturing project. I first convert my image to mpc with the following command
Code: Select all
convert -monitor -debug cache -limit area 8192 -limit memory 8192 "$src" "$mpc"
Code: Select all
convert -monitor -debug cache -limit area 8192 -limit memory 8192 "$mpc" -resize 50% "$mpc"
Here is the interesting part of the log:
Do you have any idea what can cause that ? I'm really stuck on this.2015-05-19T22:33:07+02:00 3:32.350 95.090u 6.7.7 Cache convert.im6[24764]: cache.c/WritePixelCachePixels/5673/Cache, 72% complete
/media/matt/18A2AFBFA2AFA02C/cropping/AfricanWoman/temp_tiler/temp_ptm_tiling_job.mpc[0][18718x1+0+25970]
2015-05-19T22:33:09+02:00 3:34.320 96.020u 6.7.7 Cache convert.im6[24764]: cache.c/WritePixelCachePixels/5673/Cache, 72% complete
/media/matt/18A2AFBFA2AFA02C/cropping/AfricanWoman/temp_tiler/temp_ptm_tiling_job.mpc[0][18718x1+0+26235]
2015-05-19T22:33:10+02:00 3:34.730 96.250u 6.7.7 Cache convert.im6[24764]: cache.c/ReadPixelCachePixels/4797/Cache4, 73% complete
/media/matt/18A2AFBFA2AFA02C/cropping/AfricanWoman/temp_tiler/temp_ptm_tiling_job.mpc[0][18718x8+0+52569]
2015-05-19T22:33:12+02:00 3:36.570 97.080u 6.7.7 Cache convert.im6[24764]: cache.c/WritePixelCachePixels/5673/Cache, 73% complete
/media/matt/18A2AFBFA2AFA02C/cropping/AfricanWoman/temp_tiler/temp_ptm_tiling_job.mpc[0][18718x1+0+26500]
2015-05-19T22:33:12+02:00 3:37.180 97.410u 6.7.7 Cache convert.im6[24764]: cache.c/WritePixelCachePixels/5673/Cache, 73% complete
/media/matt/18A2AFBFA2AFA02C/cropping/AfricanWoman/temp_tiler/temp_ptm_tiling_job.mpc[0][18718x1+0+26584]
2015-05-19T22:33:12+02:00 3:37.190 97.410u 6.7.7 Cache convert.im6[24764]: cache.c/ExtendCache/3951/Cache4 of 35944, 73% complete
extend /media/matt/18A2AFBFA2AFA02C/cropping/AfricanWoman/temp_tiler/temp_ptm_tiling_job.mpc[0] (/media/matt/18A2AFBFA2AFA02C/tmp_magick/magick-3T91f0RF[5], disk, 1.9905GB)
2015-05-19T22:33:12+02:00 3:37.190 97.410u 6.7.7 Cache convert.im6[24764]: cache.c/OpenPixelCache/4149/Cache
open /media/matt/18A2AFBFA2AFA02C/cropping/AfricanWoman/temp_tiler/temp_ptm_tiling_job.mpc[0] (/media/matt/18A2AFBFA2AFA02C/tmp_magick/magick-3T91f0RF[-1], memory-mapped, 9359x26585 1.8538GiB)
2015-05-19T22:33:13+02:00 3:37.850 97.560u 6.7.7 Cache convert.im6[24764]: cache.c/ReadPixelCachePixels/4797/Cache
/media/matt/18A2AFBFA2AFA02C/cropping/AfricanWoman/temp_tiler/temp_ptm_tiling_job.mpc[0][5x26585+0+0]
2015-05-19T22:36:14+02:00 6:39.420 97.840u 6.7.7 Cache convert.im6[24764]: cache.c/WritePixelCachePixels/5673/Cache
/media/matt/18A2AFBFA2AFA02C/cropping/AfricanWoman/temp_tiler/temp_ptm_tiling_job.mpc[0][1x26585+0+0]
2015-05-19T22:36:14+02:00 6:39.500 97.890u 6.7.7 Cache convert.im6[24764]: cache.c/ReadPixelCachePixels/4797/Cache4, 73% complete
/media/matt/18A2AFBFA2AFA02C/cropping/AfricanWoman/temp_tiler/temp_ptm_tiling_job.mpc[0][7x26585+0+0]
2015-05-19T22:36:19+02:00 6:43.710 98.000u 6.7.7 Cache convert.im6[24764]: cache.c/WritePixelCachePixels/5673/Cache
/media/matt/18A2AFBFA2AFA02C/cropping/AfricanWoman/temp_tiler/temp_ptm_tiling_job.mpc[0][1x26585+1+0]
2015-05-19T22:36:19+02:00 6:43.830 98.050u 6.7.7 Cache convert.im6[24764]: cache.c/ReadPixelCachePixels/4797/Cache4, 73% complete
/media/matt/18A2AFBFA2AFA02C/cropping/AfricanWoman/temp_tiler/temp_ptm_tiling_job.mpc[0][8x26585+1+0]
2015-05-19T22:36:21+02:00 6:45.870 98.180u 6.7.7 Cache convert.im6[24764]: cache.c/WritePixelCachePixels/5673/Cache
/media/matt/18A2AFBFA2AFA02C/cropping/AfricanWoman/temp_tiler/temp_ptm_tiling_job.mpc[0][1x26585+2+0]