[prev in list] [next in list] [prev in thread] [next in thread] 

List:       imagemagick-user
Subject:    Re: [magick-users] composite: command ok, script failed.
From:       Katsutoshi Shibuya <shibuya () bu-denken ! co ! jp>
Date:       2002-02-26 0:20:32
[Download RAW message or body]

At 8:55 PM +0000 02.2.25, yz stone wrote:
>However, the perl script below failed.
>
>my @sysCmd = ( "composite", "-compose Multiply",
>"/magic/web/tmpfiles/i.2.c3f.gif",
>  "/magic/web/tmpfiles/bg.gif", "/magic/web/tmpfiles/i.2.c3f.bg.gif" ) ;
>if( system( @sysCmd ) ) { print "Failure $?: @sysCmd\n" ; }

You should do;

my @sysCmd = ( "composite", "-compose", "Multiply",
  "/magic/web/tmpfiles/i.2.c3f.gif",
  "/magic/web/tmpfiles/bg.gif", "/magic/web/tmpfiles/i.2.c3f.bg.gif" ) ;
if( system( @sysCmd ) ) { print "Failure $?: @sysCmd\n" ; }
-- 
SHIBUYA Katsutoshi                    <shibuya@bu-denken.co.jp>
_______________________________________________
Magick-users mailing list
Magick-users@imagemagick.org
http://studio.imagemagick.org/mailman/listinfo/magick-users
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic