Query: mp3::tag::imageexiftool
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MP3::Tag::ImageExifTool(3pm) User Contributed Perl Documentation MP3::Tag::ImageExifTool(3pm)NAMEMP3::Tag::ImageExifTool - extract size info from image files via Image::Size.SYNOPSISmy $db = MP3::Tag::ImageExifTool->new($filename); # Name of multimedia file see MP3::TagDESCRIPTIONMP3::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. perl v5.14.2 2009-05-11 MP3::Tag::ImageExifTool(3pm)