Add border to large image
Posted: 2019-03-19T05:05:56-07:00
Hi
I am using IM version ImageMagick-6.8.5-3 on windows.
i am trying to add border like 4000 pixels to left, right , top and bottom of the 1920 dpi image. i am getting error while using below code
convert.exe -border 4000x4000 1920dpi.tif border.tif
convert.exe: Incompatible type for "RichTIFFIPTC"; tag ignored. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/824.
convert.exe: unable to extend cache `1920dpi.tif': No space left on device @ error/cache.c/OpenPixelCache/3753.
1920dpi.tif - 711MB width - 51840 , height - 11520 - DPI 1920
Do the needful. Many thanks
I am using IM version ImageMagick-6.8.5-3 on windows.
i am trying to add border like 4000 pixels to left, right , top and bottom of the 1920 dpi image. i am getting error while using below code
convert.exe -border 4000x4000 1920dpi.tif border.tif
convert.exe: Incompatible type for "RichTIFFIPTC"; tag ignored. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/824.
convert.exe: unable to extend cache `1920dpi.tif': No space left on device @ error/cache.c/OpenPixelCache/3753.
1920dpi.tif - 711MB width - 51840 , height - 11520 - DPI 1920
Do the needful. Many thanks