--=-Cv6QLHi/5H5AfrKO59Rd
Content-Type: text/plain
Content-Transfer-Encoding: 7bit


After digging the mailing list archives of ImageMagick, I concluded that
ImageMagick is most probably a graphic libraries umbrella, i.e. it uses
existing image manipulation libraries, and let you work against them
all, with a single API (much like what PHP is doing, but limited for
graphics). If that's the case, it is possible that you just don't have
libtiff installed, or, that when you installed ImageMagick, configure
didn't find libtiff's headers, so it didn't compile TIFF support... I
concluded all that from the following reply to someone who asked a
question with the same error as yours:
http://studio.imagemagick.org/pipermail/magick-users/2003-March/008114.html 

HTH,

Shimi

On Wed, 2005-03-02 at 23:05 +0200, David Harel wrote: 

> Hi all,
> 
> You are my last resort but knowing this group I have high expectations.
> trying to manipulate tiff images from my code I was advised to use 
> ImageMagic libraries but even the display command gave me an error message:
> display: no decode delegate for this image format `spl492.tif'.
> 
> I posted several messages to the ImageMagic mailing lists (both users 
> and developers) but got no replies.
> Can you tell me where I should look for information regarding how to:
> 
>    1. Find image size (x, y)
>    2. Add a small image to the corner of the image.
>    3. Make it work on MS machine with no cygwin.
> 

-- 

--=-Cv6QLHi/5H5AfrKO59Rd
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.2.4">
</HEAD>
<BODY>
<BR>
After digging the mailing list archives of ImageMagick, I concluded that 
ImageMagick is most probably a graphic libraries umbrella, i.e. it uses 
existing image manipulation libraries, and let you work against them all, with 
a single API (much like what PHP is doing, but limited for graphics). If that's 
the case, it is possible that you just don't have libtiff installed, or, that 
when you installed ImageMagick, configure didn't find libtiff's headers, so it 
didn't compile TIFF support... I concluded all that from the following reply to 
someone who asked a question with the same error as yours: <A 
HREF="http://studio.imagemagick.org/pipermail/magick-users/2003-March/008114.html";>http://studio.imagemagick.org/pipermail/magick-users/2003-March/008114.html</A>
 <BR>
<BR>
HTH,<BR>
<BR>
Shimi<BR>
<BR>
On Wed, 2005-03-02 at 23:05 +0200, David Harel wrote: 
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">Hi all,</FONT>

<FONT COLOR="#000000">You are my last resort but knowing this group I have high 
expectations.</FONT>
<FONT COLOR="#000000">trying to manipulate tiff images from my code I was 
advised to use </FONT>
<FONT COLOR="#000000">ImageMagic libraries but even the display command gave me 
an error message:</FONT>
<FONT COLOR="#000000">display: no decode delegate for this image format 
`spl492.tif'.</FONT>

<FONT COLOR="#000000">I posted several messages to the ImageMagic mailing lists 
(both users </FONT>
<FONT COLOR="#000000">and developers) but got no replies.</FONT>
<FONT COLOR="#000000">Can you tell me where I should look for information 
regarding how to:</FONT>

<FONT COLOR="#000000">   1. Find image size (x, y)</FONT>
<FONT COLOR="#000000">   2. Add a small image to the corner of the image.</FONT>
<FONT COLOR="#000000">   3. Make it work on MS machine with no cygwin.</FONT>

</PRE>
</BLOCKQUOTE>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<PRE>
-- 
</PRE>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>

--=-Cv6QLHi/5H5AfrKO59Rd--


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to