From cc0668d90ed6a9fdd67bdd13f7eac222385453d1 Mon Sep 17 00:00:00 2001 From: Dmitry Karasik Date: Fri, 3 Nov 2023 21:41:26 +0100 Subject: [PATCH] pod fixes --- Changes | 1 + Prima.pm | 2 +- Prima/Image/Loader.pm | 2 +- pod/Prima/image-load.pod | 1 - 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 47a60c89e..2009ce160 100644 --- a/Changes +++ b/Changes @@ -6,6 +6,7 @@ Revision history for Perl module Prima - Add menus to file dialogs - Remove obsolete RadioGroup and CheckBoxGroup - use GroupBox instead - Proofread all documentation through Grammarly + - Add progressive image loading and saving 1.70 2023-09-03 - Use fading effects in widgets diff --git a/Prima.pm b/Prima.pm index e50a24c2c..4c8e6cefc 100644 --- a/Prima.pm +++ b/Prima.pm @@ -522,7 +522,7 @@ L - animate gif and webp files L - hardcoded image files -L - per-frame image loading and saving +L - progressive loading and saving for multiframe images L - support of Windows-like initialization files diff --git a/Prima/Image/Loader.pm b/Prima/Image/Loader.pm index 03d7f248d..bbe818f78 100644 --- a/Prima/Image/Loader.pm +++ b/Prima/Image/Loader.pm @@ -136,7 +136,7 @@ sub DESTROY { $_[0]->{image}-> destroy if $_[0]->{image} } =head1 NAME -Prima::Image::Loader - per-frame image loading and saving +Prima::Image::Loader - progressive loading and saving for multiframe images =head1 DESCRIPTION diff --git a/pod/Prima/image-load.pod b/pod/Prima/image-load.pod index 3ea4c66ef..413bda10a 100644 --- a/pod/Prima/image-load.pod +++ b/pod/Prima/image-load.pod @@ -303,7 +303,6 @@ depending on the C option. The options supplied to the session opening call would apply to all subsequent frames, but these settings may be overridden later. - Having the session successfully opened, the subsequent calls to C with the C<< session => 1 >> option but with the first parameter set to undef will load the next frame. Each of those C call will recognize the options