I could not convert image from jpg to tif.

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
smaruvada

I could not convert image from jpg to tif.

Post by smaruvada »

Today I have down loaded the ImageMagick software on my hyper machine. I have set up the configuration.

i have used the convert in /lib for doing this.
$HOME/imagemagic/ImageMagick-6.4.0/bin/convert 1.gif 1.tif
Floating exception
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: I could not convert image from jpg to tif.

Post by fmw42 »

probably not installed correctly. on unix the usual place it gets installed automatically is /usr/local/bin/convert

see http://www.imagemagick.org/script/advan ... lation.php
Post Reply