logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

MP3::Tag::ImageExifTool - extract size info from image files via Image::ExifTool.

Description

       MP3::Tag::ImageExifTool is designed to be called from the MP3::Tag module.

       It implements the (standard) methods qw(title track artist album year genre comment), as well as width(),
       height(), bit_depth(), _duration() and mime_type() methods (sizes in pixels).

       Use method "field('FieldName')" to access a particular field provided by "Image::ExifTool".

       These methods return "undef" if "Image::ExifTool" is not available, or does not return valid data.

perl v5.36.0                                       2022-12-30                       MP3::Tag::ImageExifTool(3pm)

Name

       MP3::Tag::ImageExifTool - extract size info from image files via Image::ExifTool.

Synopsis

         my $db = MP3::Tag::ImageExifTool->new($filename);     # Name of multimedia file

       see MP3::Tag

See Also