Search

You can find the results of your search below.

Kumollaan olevien valokuvien korjaus
11 Hits, Last modified:
Image::ExifTool; use File::Find qw( finddepth ); my @files; # set your root directory here my $root_dir = '********************************'; my $fix = 0; my $nofix = 0; finddepth( sub { ( $_ eq '.d' or $_ eq '..' ) and return; -d $File: