libexif can also be used to parse image info out of id3 tags:
exif_read_data("mp3_with_2.4ID3TAGS, '', true, false);
![]() | exif_imagetype说明int exif_imagetype ( string filename )exif_imagetype() 读取一个图像的第一个字节并检查其签名。 本函数可用来避免调用其它 exif 函数用到了不支持的文件类型上或和 $_SERVER['HTTP_ACCEPT'] 结合使用来检查浏览器是否可以显示某个指定的图像。 ![]()
tom at tomvergote dot be
08-Feb-2004 06:11
libexif can also be used to parse image info out of id3 tags:
tilmauder at yahoo dot com
06-Jul-2003 07:57
After looking for hours, I found a very good source for exif related programs here: http://drewnoakes.com/code/exif/index.html | ![]() |