Imagick
在线手册:中文  英文

Imagick::stripImage

(PECL imagick 2.0.0)

Imagick::stripImageStrips an image of all profiles and comments

说明

bool Imagick::stripImage ( void )

Strips an image of all profiles and comments.

返回值

成功时返回 TRUE

错误/异常

错误时抛出 ImagickException。


Imagick
在线手册:中文  英文

用户评论:

pengc99 (2011-05-02 22:09:20)

this will actually clear exif data so if you run an image uploading script with privacy concerns, this will effectively clear all GPS / metadata from the image.

易百教程