App-tkiv
view release on metacpan or search on metacpan
# * Slideshow loop control
# * Image manipulation
# - Crop
# - Save, save as
# * Titles and decoration behaviour
# - adjust height/width of screen-fit images to decoration
# I just cannot get $iv->overrideredirect (1) to work as I want
# * Hide dirs above dt root
# - Allow a set of dirs from the command line
# * use Tk::Animation for animated gif's
# * Menu's ?
# * Auto-sense image load time for slideshows
# * Move onward to App::tkiv (with iv => tkiv link)
# Filter out the irfanview options that I don't support
@ARGV = grep { !m{^/(hide|thumbs?)(=\d+)?$} } @ARGV;
@ARGV == 1 and $ARGV[0] =~ m/^-[h?]$/ and usage (0);
@ARGV == 1 and $ARGV[0] =~ m/^-+(help|info)$/ and usage (1);
use Getopt::Long qw(:config bundling nopermute passthrough);
my $opt_f = 0; # Start with full-screen pics
- Hide dirs above dt root
- Allow a set of dirs from the command line
- Make pirstnext and firstprev look in the original folder if the
image folder actually been viewed is a symlink in the parent folder
=item Animation
- use Tk::Animation for animated gif's
=item Menu's
=item Documentation
=item Portability
- make image format's optional (TIFF, NEF, ...)
=back
=head1 SEE ALSO
lib/App/tkiv.pm view on Meta::CPAN
- Hide dirs above dt root
- Allow a set of dirs from the command line
- Make pirstnext and firstprev look in the original folder if the
image folder actually been viewed is a symlink in the parent folder
=item Animation
- use Tk::Animation for animated gif's
=item Menu's
=item Documentation
=item Portability
- make image format's optional (TIFF, NEF, ...)
=back
=head1 SEE ALSO
( run in 1.256 second using v1.01-cache-2.11-cpan-49f99fa48dc )