Skip to content

Commit

Permalink
pod fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dk committed Nov 3, 2023
1 parent 608035a commit cc0668d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Prima.pm
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ L<Prima::Image::Animate> - animate gif and webp files
L<Prima::Image::base64> - hardcoded image files
L<Prima::Image::Loader> - per-frame image loading and saving
L<Prima::Image::Loader> - progressive loading and saving for multiframe images
L<Prima::IniFile> - support of Windows-like initialization files
Expand Down
2 changes: 1 addition & 1 deletion Prima/Image/Loader.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion pod/Prima/image-load.pod
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ depending on the C<loadExtras> 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<load> with
the C<< session => 1 >> option but with the first parameter set to undef will
load the next frame. Each of those C<load> call will recognize the options
Expand Down

0 comments on commit cc0668d

Please sign in to comment.