Imagick::getImageProperty

(No version information available, might be only in CVS)

Imagick::getImageProperty — Returns the named image property

Описание

string Imagick::getImageProperty ( string $name )
Внимание

К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.

Returns the named image profile.

Список параметров

name

name of the property (for example Exif:DateTime)

Возвращаемые значения

Returns a string containing the image property, false if a property with the given name does not exist.

Коментарии

Автор:
To access a photograph's EXIF data, an alternative method is the normal PHP Exif function.

<?php

        $exif_data 
exif_read_data($pic1);
       
$edate $exif_data['DateTime'];

?>

See: book.exif
2011-09-08 22:00:52
http://php5.kiev.ua/manual/ru/function.imagick-getimageproperty.html

    Поддержать сайт на родительском проекте КГБ