MP3::Tag::ImageExifTool (3)
Leading comments
Automatically generated by Pod::Man 4.07 (Pod::Simple 3.32) Standard preamble: ========================================================================
NAME
MP3::Tag::ImageExifTool - extract size info from image files via Image::Size.SYNOPSIS
my $db = MP3::Tag::ImageExifTool->new($filename); # Name of multimedia file
see MP3::Tag
DESCRIPTION
MP3::Tag::ImageExifTool is designed to be called from the MP3::Tag module.It implements width(), height() and mime_type() methods (sizes in pixels).
They return "undef" if "Image::Size" is not available, or does not return valid data.