Home
last modified time | relevance | path

Searched refs:image_type_to_mime_type (Results 1 – 12 of 12) sorted by relevance

/plugin/jukebox/id3/
H A Dgetid3.lib.php424 function image_type_to_mime_type($imagetypeid) { function in getid3_lib
426 static $image_type_to_mime_type = array();
427 if (empty($image_type_to_mime_type)) {
428 $image_type_to_mime_type[1] = 'image/gif'; // GIF
429 $image_type_to_mime_type[2] = 'image/jpeg'; // JPEG
430 $image_type_to_mime_type[3] = 'image/png'; // PNG
431 $image_type_to_mime_type[4] = 'application/x-shockwave-flash'; // Flash
432 $image_type_to_mime_type[5] = 'image/psd'; // PSD
433 $image_type_to_mime_type[6] = 'image/bmp'; // BMP
441 $image_type_to_mime_type[14] = 'image/iff'; // IFF
[all …]
/plugin/swiftmail/Swift/Message/
H A DImage.php51 $type = image_type_to_mime_type($img_data[2]);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php906 function image_type_to_mime_type($imagetypeid) { function
908 static $image_type_to_mime_type = array();
909 if (empty($image_type_to_mime_type)) {
910 $image_type_to_mime_type[1] = 'image/gif'; // GIF
911 $image_type_to_mime_type[2] = 'image/jpeg'; // JPEG
912 $image_type_to_mime_type[3] = 'image/png'; // PNG
913 $image_type_to_mime_type[4] = 'application/x-shockwave-flash'; // Flash
914 $image_type_to_mime_type[5] = 'image/psd'; // PSD
915 $image_type_to_mime_type[6] = 'image/bmp'; // BMP
923 $image_type_to_mime_type[14] = 'image/iff'; // IFF
[all …]
H A Ddemo.write.php78 $TagData['attached_picture'][0]['mime'] = image_type_to_mime_type($exif_imagetype);
H A Ddemo.browse.php524 …$returnstring .= '<tr><td><b>type</b></td><td>'.image_type_to_mime_type($imagechunkcheck[2]).'</td…
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php178 return image_type_to_mime_type($imagetype);
180 static $image_type_to_mime_type = array(
209 …return (isset($image_type_to_mime_type[$imagetype]) ? $image_type_to_mime_type[$imagetype] : false…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.apetag.php287 $thisfile_ape_items_current['image_mime'] = image_type_to_mime_type($imagechunkcheck[2]);
H A Dmodule.audio-video.asf.php2051 $WMpicture['image_mime'] = image_type_to_mime_type($imagechunkcheck[2]);
H A Dmodule.tag.id3v2.php1429 $parsedFrame['image_mime'] = image_type_to_mime_type($imagechunkcheck[2]);
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 … htmlentities html_entity_decode md5 md5_file crc32 getimagesize image_type_to_mime_type phpinfo p…
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt412 md5_file, sha1_file, image_type_to_mime_type
2016 that have image_type_to_mime_type() built in (ie PHP 4.3.0+)
/plugin/scrape/
H A DHTMLPurifier.standalone.php