JPG to TIF Conversion

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
irtechie

JPG to TIF Conversion

Post by irtechie »

It seems that the JPG2TIF works fine until you go under 96 DPI.
Once this occurs it can take quite a while to complete or possibly not complete at all.

Any suggestions?

If we cant convert those low DPI's we may have to move software.

Thank you in advance!
Mark
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: JPG to TIF Conversion

Post by anthony »

JPG2TIF is not a ImageMagcik command. However it may be a script this uses ImageMagick, or more likely considering its name, the PbmPlus utility to do the conversion.

You are in the wrong forum.

For an IM solution try
mogrify -format tif image.jpg
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
irtechie

Re: JPG to TIF Conversion

Post by irtechie »

Thank you very much.
I am using the convert.exe.
Post Reply