1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/graphics/p5-Image-Magick-Iterator/pkg-descr
Cheng-Lung Sung 8b165e0270 Add p5-Image-Magick-Iterator 0.01, sequentially read Image::Magick
object from a filehandle.

PR:		ports/105411
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-12-09 02:37:26 +00:00

13 lines
621 B
Plaintext

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/