Re: ImageMagic TIFF images manipulation.

2005-03-04 Thread David Harel
Thanks for your reply, This seems to explain everything. I reinstalled ImageMagic and everything started working. If anyone reads this and have some experience in ImageMagic libraries, I would appreciate some C language code examples (No perl please) regarding adding a small image (watermark) on

Re: ImageMagic TIFF images manipulation.

2005-03-03 Thread Tzafrir Cohen
On Thu, Mar 03, 2005 at 07:08:03AM +0200, [EMAIL PROTECTED] wrote: > On Wed, Mar 02, 2005 at 11:32:01PM +0200, Diego Iastrubni wrote: > > David Harel wrote: > > > > >Hi all, > > > > > >You are my last resort but knowing this group I have high expectations. > > >trying to manipulate tiff images fro

Re: ImageMagic TIFF images manipulation.

2005-03-03 Thread mavram
On Wed, Mar 02, 2005 at 11:32:01PM +0200, Diego Iastrubni wrote: > 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 comm

Re: ImageMagic TIFF images manipulation.

2005-03-03 Thread Tzafrir Cohen
On Thu, Mar 03, 2005 at 07:06:26AM +0200, shimi wrote: > > --=-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 use

Re: ImageMagic TIFF images manipulation.

2005-03-03 Thread shimi
Whoops. Ignore my pervious post. GD does that, but not for TIFF. Sorry :( 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 libr

Re: ImageMagic TIFF images manipulation.

2005-03-03 Thread shimi
Maybe GD ( http://www.boutell.com/gd/ )? It works fine for PHP ( http://il.php.net/gd )... 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

Re: ImageMagic TIFF images manipulation.

2005-03-03 Thread shimi
--=-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

Re: ImageMagic TIFF images manipulation.

2005-03-02 Thread Baruch Even
David Harel wrote: 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'. Can you tell me where I should look for information regarding how to:

Re: ImageMagic TIFF images manipulation.

2005-03-02 Thread Diego Iastrubni
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 `spl4

ImageMagic TIFF images manipulation.

2005-03-02 Thread David Harel
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 s