首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
image_type_to_mime_type
image_type_to_mime_type
獲取getimagesize,exif_read_data,exif_thumbnail,exif_imagetype返回的圖像類型的Mime-Type
名稱:
image_type_to_mime_type
分類:
圖像處理GD
所屬語言:
php
一句話介紹:
獲取getimagesize,exif_read_data,exif_thumbnail,exif_imagetype返回的圖像類型的Mime-Type
相關內容
為什麼image_type_to_mime_type 不能識別BMP 格式?
5
image_type_to_mime_type 和exif_imagetype 聯合使用示例
10
同類函數
imagecolorstotal
imagecolorstotal
找出圖像調色板中的顏色數
imagecreatefromxpm
imagecreatefromxpm
從文件或URL創建新圖像
imagetypes
imagetypes
返回此PHP版本支持的圖像類型
imagefontheight
imagefontheight
獲取字體高度
imagecopyresized
imagecopyresized
複製和調整圖像的一部分
imagecolormatch
imagecolormatch
使圖像調色板版本的顏色更接近真實顏色版本
imagecolorallocatealpha
imagecolorallocatealpha
為圖像分配顏色
imagestring
imagestring
水平繪製一個字符串
熱門文章
為什麼image_type_to_mime_type 不能識別BMP 格式?
image_type_to_mime_type 和exif_imagetype 聯合使用示例