&reftitle.examples; The example read an ID3v2 tag from an MP3 and saves it's attached cover. Small Taglib Example getID3v2Tag()->getFrameList(); if (isset($frames['APIC'])) { $frames['APIC']->savePicture('example.png'); } else { die("No picture frame"); } ?> ]]>