Convert low DPI to high DPI

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
mail2vguna
Posts: 20
Joined: 2015-06-04T07:52:46-07:00
Authentication code: 6789

Convert low DPI to high DPI

Post by mail2vguna »

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
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Convert low DPI to high DPI

Post by snibgo »

As your other problem:
mail2vguna wrote:No space left on device
Get a larger device. This would be the disk drive.
snibgo's IM pages: im.snibgo.com
mail2vguna
Posts: 20
Joined: 2015-06-04T07:52:46-07:00
Authentication code: 6789

Re: Convert low DPI to high DPI

Post by mail2vguna »

Hi

Thanks for reply.

Here device means what? can you send the script for that how to allocate the cash memory/device memory.
c: drive 4.5gb free already
d:\ drive 45GB available.

Am i correct.? Help me to fix the issue.
Post Reply