From 8b165e0270763dfd8694cab365d7e87843b716a7 Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Sat, 9 Dec 2006 02:37:26 +0000 Subject: Add p5-Image-Magick-Iterator 0.01, sequentially read Image::Magick object from a filehandle. PR: ports/105411 Submitted by: Gea-Suan Lin --- graphics/p5-Image-Magick-Iterator/pkg-descr | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 graphics/p5-Image-Magick-Iterator/pkg-descr (limited to 'graphics/p5-Image-Magick-Iterator/pkg-descr') diff --git a/graphics/p5-Image-Magick-Iterator/pkg-descr b/graphics/p5-Image-Magick-Iterator/pkg-descr new file mode 100644 index 000000000000..a3717f1ff4e1 --- /dev/null +++ b/graphics/p5-Image-Magick-Iterator/pkg-descr @@ -0,0 +1,12 @@ +Image::Magick::Iterator adds iteration support to Image::Magick. This +means that if you have a stream of concatenated images, you can access +each image in the stream as an independent Image::Magick object. + +Iteration functionality is not present in Image::Magick itself as of +version 5.56. Passing a stream of concatenated images would result in +essentially a "stack" of images which would all be manipulated in +parallel by any Image::Magick calls. Calls to Write() either output an +animated series of image (a la animated GIFs), or the first image in +the series. + +WWW: http://search.cpan.org/dist/Image-Magick-Iterator/ -- cgit v1.2.3