freebsd-ports/graphics/p5-Image-Magick-Iterator/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

10 lines
564 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.