Imagick
在线手册:中文 英文
PHP手册

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
在线手册:中文 英文
PHP手册
PHP手册 - N: Strips an image of all profiles and comments

用户评论:

pengc99 (03-May-2011 06:09)

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.