Mail-Box

 view release on metacpan or  search on metacpan

t/folders/mbox.src  view on Meta::CPAN

-----Original Message-----
From: owner-magick@wizards.dupont.com
[mailto:owner-magick@wizards.dupont.com]On Behalf Of Mark Overmeer
Sent: Friday, March 31, 2000 10:01 AM
To: Carl Knoos
Cc: magick@wizards.dupont.com
Subject: Re: Problem resizing images through perl script


* Carl Knoos (cknoos@atg.com) [000331 01:39]:
> if I run mogrify -geometry 95x95 whatever.jpg
> I get exactly what I want, except when I try
> to do it from Perl...

> 		# resize it.
> 		$result="$mogrifypath/mogrify -geometry 96x96
> $GalleryPath/tn_$ShortFilename";

I assume you try to execute this code: use back-tics:

$result=`$mogrifypath/mogrify -geometry 96x96
$GalleryPath/tn_$ShortFilename`;

or better qx(...)

Is it just a slip of pen here, or just usual programmers-blindness?
--
               MarkOv       %-]

------------------------------------------------------------------------
drs Mark A.C.J. Overmeer                           markov@ATComputing.nl
AT Computing, UNIX Training and Consultancy    http://www.ATComputing.nl
http://www.dhp.nl/~markov/                         http://satfoto.dhp.nl

***********************************************************************
To remove yourself from this mailing list, send mail to:
	majordomo@wizards.dupont.com

Include the following command in the body of your message:
	unsubscribe magick
***********************************************************************


From markov@ATComputing.nl Tue May  9 15:14:18 2000
Date: Tue, 9 May 2000 15:14:18 +0200
From: Mark Overmeer <markov@ATComputing.nl>
To: Pletschette Andre <andre.pletschette@gmx.net>
Subject: Re: Undefined Symbol: SetWarningHandler
Message-ID: <20000509151418.B15139@atcmpg.ATComputing.nl>
References: <3917FC90.8B8B0CF@gmx.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 1.0pre4i
In-Reply-To: <3917FC90.8B8B0CF@gmx.net>; from andre.pletschette@gmx.net on Tue, May 09, 2000 at 01:54:56PM +0200
Status: RO
Content-Length: 1095
Lines: 25

* Pletschette Andre (andre.pletschette@gmx.net) [000509 15:11]:
> When I tried to write a perl script with the following line in it:
>   use Image::Magick;
> I get the following error-message:
> 
>   perl: error in loading shared librairies:
>   /usr/lib/perl5/site_perl/5.005/i586-lin
>   ux/auto/Image/Magick/Magick.so: undefined symbol: SetWarningHandler
> 
> Could anybody tell me what this means, and how I can get it run, I run 
> Suse Linux 6.3 and I've installed Image Magick with the C++ and the Perl
> Modules.

The Perl::Magick and Image::Magick/ImageMagick modules are not compatible.
Just reinstall all yourself from www.ImageMagick.org.

Be warned: you have to remove the old Perl::Magick *.pm files too, otherwise
you may still use the old versions...
--
               MarkOv       %-]

------------------------------------------------------------------------
drs Mark A.C.J. Overmeer                           markov@ATComputing.nl
AT Computing, UNIX Training and Consultancy    http://www.ATComputing.nl
http://www.dhp.nl/~markov/                         http://satfoto.dhp.nl

From magick-owner@unca-don.wizards.dupont.com Tue May  9 15:11 MET 2000
Received: from ns.ATComputing.nl (ns.ATComputing.nl [195.108.229.25])
	by atcmpg.ATComputing.nl (8.9.0/8.9.0) with ESMTP id PAA15311
	for <markov@ATComputing.nl>; Tue, 9 May 2000 15:11:14 +0200 (MET DST)
Received: (from nobody@localhost)
	by ns.ATComputing.nl (8.8.8/8.8.8) id PAA24539
	for <markov@ATComputing.nl>; Tue, 9 May 2000 15:11:13 +0200
Received: from mustang.oldcity.dca.net(216.158.38.3) by ns.ATComputing.nl via smap (V2.1)
	id xma024537; Tue, 9 May 00 15:11:01 +0200
Received: from unca-don.wizards.dupont.com ([204.183.81.133])
	by mustang.oldcity.dca.net (8.9.3/8.9.3/DCANET) with ESMTP id JAA17934;
	Tue, 9 May 2000 09:09:29 -0400
Received: (from majordomo@localhost)
	by unca-don.wizards.dupont.com (8.9.3/8.9.3) id IAA13522
	for magick-outgoing; Tue, 9 May 2000 08:42:00 -0400 (EDT)
X-Authentication-Warning: unca-don.wizards.dupont.com: majordomo set sender to owner-magick@wizards.dupont.com using -f
Message-ID: <3917FC90.8B8B0CF@gmx.net>
Date: Tue, 09 May 2000 13:54:56 +0200
From: Pletschette Andre <andre.pletschette@gmx.net>
X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.13 i586)
X-Accept-Language: fr, en, de
MIME-Version: 1.0
To: "magick@wizards.dupont.com" <magick@wizards.dupont.com>
Subject: Undefined Symbol: SetWarningHandler
Content-Transfer-Encoding: 7bit
Sender: owner-magick@wizards.dupont.com
Precedence: bulk
Reply-To: Pletschette Andre <andre.pletschette@gmx.net>
Content-Type: text/plain; charset=us-ascii
Status: RO
X-Status: A
Content-Length: 747
Lines: 19

When I tried to write a perl script with the following line in it:
  use Image::Magick;
I get the following error-message:

  perl: error in loading shared librairies:
  /usr/lib/perl5/site_perl/5.005/i586-lin
  ux/auto/Image/Magick/Magick.so: undefined symbol: SetWarningHandler

Could anybody tell me what this means, and how I can get it run, I run 
Suse Linux 6.3 and I've installed Image Magick with the C++ and the Perl
Modules.

***********************************************************************
To remove yourself from this mailing list, send mail to:
	majordomo@wizards.dupont.com

Include the following command in the body of your message:
	unsubscribe magick
***********************************************************************

From magick-owner@unca-don.wizards.dupont.com Wed May 17 16:07 MET 2000
Received: from ns.ATComputing.nl (ns.ATComputing.nl [195.108.229.25])
	by atcmpg.ATComputing.nl (8.9.0/8.9.0) with ESMTP id QAA15770
	for <markov@ATComputing.nl>; Wed, 17 May 2000 16:07:07 +0200 (MET DST)
Received: (from nobody@localhost)
	by ns.ATComputing.nl (8.8.8/8.8.8) id QAA04359
	for <markov@ATComputing.nl>; Wed, 17 May 2000 16:07:06 +0200
Received: from mustang.oldcity.dca.net(216.158.38.3) by ns.ATComputing.nl via smap (V2.1)
	id xma004357; Wed, 17 May 00 16:06:40 +0200
Received: from unca-don.wizards.dupont.com ([204.183.81.133])
	by mustang.oldcity.dca.net (8.9.3/8.9.3/DCANET) with ESMTP id KAA02079;
	Wed, 17 May 2000 10:05:01 -0400
Received: (from majordomo@localhost)
	by unca-don.wizards.dupont.com (8.9.3/8.9.3) id JAA23880
	for magick-outgoing; Wed, 17 May 2000 09:41:41 -0400 (EDT)
X-Authentication-Warning: unca-don.wizards.dupont.com: majordomo set sender to owner-magick@wizards.dupont.com using -f
Date: Wed, 17 May 2000 08:46:17 -0500 (CDT)
From: Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
X-Sender: bfriesen@scooby.simplesystems.org
To: Martin Bobrovsky <Martin.Bobrovsky@workforce.at>
cc: ImageMagick Mailing List <magick@wizards.dupont.com>
Subject: Re: watermarks/embossing
In-Reply-To: <4.3.1.2.20000517112416.00c72e30@mail.dot.at>
Message-ID: <Pine.SO4.4.05.10005170826000.20112-100000@scooby.simplesystems.org>
MIME-Version: 1.0
Sender: owner-magick@wizards.dupont.com
Precedence: bulk
Reply-To: Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
Content-Type: TEXT/PLAIN; charset=US-ASCII
Status: RO
Content-Length: 1859
Lines: 53

If you can afford the Digimarc library (see
http://www.digimarc.com/licensing/sdk.html &
http://www.digimarc.com/news/pr00-13.html), Bill Radcliffe
<BillR@corbis.com> can send you source for an ImageMagick module to do
professional-grade watermarking.

ImageMagick's 'combine' utility supports simplistic hidden
watermarking via its -stegano option.  If you want a visible logo, you
could use -compose to compose your logo on top of, or blended with,



( run in 2.056 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )