always resize slides
authorDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 16 Oct 2009 21:52:08 +0000 (23:52 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 16 Oct 2009 21:52:08 +0000 (23:52 +0200)
bin/mplayer.pl

index b7b17b4..cede809 100755 (executable)
@@ -250,7 +250,7 @@ sub html5tv {
                        next unless $nr;
                        my $file = slide_jpg( $factor => $nr );
                        warn "slide $hires -> $file\n";
-                       next if -e $file;
+#                      next if -e $file;
 
                        my $im = Graphics::Magick->new;
                        $im->ReadImage( $hires );