Good day! When you run this script:
#!/usr/bin/perl
use strict;
use warnings;
use Image::EXIF;
my $exif = new Image::EXIF($ARGV[0] || 'image3.jpg');
displayed a warning (a warning is not at all the pictures.):
(null): unknown TIFF field type; discarding (Unknown)
Is it possible to suppress this warning?