diff --git a/Prima/Image/Animate.pm b/Prima/Image/Animate.pm index adbb5f2a1..80b2727c3 100644 --- a/Prima/Image/Animate.pm +++ b/Prima/Image/Animate.pm @@ -664,10 +664,16 @@ format name on success, undef otherwise. Loads a GIF, APNG, or WebP animation sequence from C<$SOURCE> which is either a file or a stream. Options are the same as used by the C method. +Depending on the C option, either loads all frames at once (1), or uses +C to load only a single frame at a time (0, default). +Depending on the loading mode, some properties may not be available. + =head2 add $IMAGE Appends an image frame to the container. +Only available if the C option is on. + =head2 bgColor Returns the background color specified by the sequence as the preferred @@ -753,7 +759,7 @@ Returns the width of the composite frame =head1 SEE ALSO -L +L, L. =head1 AUTHOR diff --git a/Prima/Image/Loader.pm b/Prima/Image/Loader.pm index a95173b0f..03d7f248d 100644 --- a/Prima/Image/Loader.pm +++ b/Prima/Image/Loader.pm @@ -236,6 +236,6 @@ Dmitry Karasik, Edmitry@karasik.eu.orgE. =head1 SEE ALSO -L. +L. =cut