search
Homephp教程php手册php检测png图片是否完好

php检测png图片是否完好


$filename = ‘./D243375_0.png’;

$filename = realpath($filename);

if (!file_exists($filename)) {
die(“圖片不存在~!”);
}

$size = getimagesize ($filename);

$file_extension = strtolower(substr(strrchr($filename,”.”),1));

if(“image/png” != $size['mime'] || $file_extension != “png”){
die(“這不是一張完整的png圖片~”);
}

$img = @imagecreatefrompng ($filename);

if($img){
ob_start(“output_handler”);

imagepng($img);

ob_end_flush();
}else{
die(“不能正確的創建png圖形,請檢查png圖形是否完好~”);
}

function output_handler($img) {
header(‘Content-type: image/png’);
header(‘Content-Length:’.strlen($img));
return $img;
}
?>

本文地址:http://www.52blogger.com/archives/574 转载请保留

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools