Convert low DPI to high DPI
Posted: 2019-03-19T05:01:53-07:00
Hi
I am using IM version ImageMagick-6.8.5-3 on windows.
i am trying to convert 200 dpi image to 1920 dpi image. i am getting error while using below code
convert.exe -units PixelsPerInch 200dpi.tif -resample 1920 1920dpi.tif
error
convert.exe: Incompatible type for "RichTIFFIPTC"; tag ignored. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/824.
convert.exe: unable to extend cache `200dpi.tif': No space left on device @ error/cache.c/OpenPixelCache/3753.
Do the needful. Many Thanks
I am using IM version ImageMagick-6.8.5-3 on windows.
i am trying to convert 200 dpi image to 1920 dpi image. i am getting error while using below code
convert.exe -units PixelsPerInch 200dpi.tif -resample 1920 1920dpi.tif
error
convert.exe: Incompatible type for "RichTIFFIPTC"; tag ignored. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/824.
convert.exe: unable to extend cache `200dpi.tif': No space left on device @ error/cache.c/OpenPixelCache/3753.
Do the needful. Many Thanks