How to blend images in PerlMagick
"David R. Snell" <[email protected]> Thu, 15 Nov 2007 14:33:02 -0800 (PST)
| Newsgroups | gmane.comp.video.image-magick.devel |
|---|---|
| Message-ID | <[email protected]> |
I can't figure out how the Composite Blend is used in PerlMagick? For example, the command line way to average two images is: composite -blend 50% So, how would this command be written in PerlMagick? If I write the following command, I get an internal server error. :-( $photo->Composite(image => $imagevariable,compose => 'Blend'); Also, is there a good spot on the web to see examples of how PerlMagick commands are actually used?