PHP Image Corruption detection detects whether a picture is intact picture is damaged check whether the local picture is correct or not

Source: Internet
Author: User
Tags bmp image

http://my.oschina.net/cart/

The picture grabbed to the local, grabbed the last 100,000 pictures, suddenly found that there are a few picture thumbnails to see is normal, open the picture straight display part, but the base is big ah, how to use PHP batch to detect which pictures damaged it?

If you want PHP to detect if the JPG image is damaged, is it complete? Please use:

Imagecreatefromjpeg

If you want PHP to detect if the GIF image is damaged, is it complete? Please use:

Imagecreatefromgif

If you want PHP to detect if the PNG image is damaged, is it complete? Please use:

Imagecreatefrompng

If you want PHP to detect if BMP image is damaged, is it complete ? Please use:

Imagecreatefrombmp

It's a bad test!

Others want to detect whether the picture is complete, whether the damage of the scheme such as:

    1. exif_read_data
    2. GetImageSize
    3. hexadecimal character recognition of the head or tail of the picture ...
    4. File_exists
    5. Is_file


And so are the clouds, there are compatibility issues! There's a part of it!

Resolute use of PHP image Corruption detection detects whether a picture is intact picture is damaged check whether the local picture is normal or not correct picture :

if (@imagecreatefromjpeg ($yourfile) = = False) {    //image is bad....http://my.oschina.net/cart/}




Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.