Imagick::setImageDepth

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

Imagick::setImageDepth — Sets the image depth

Описание

bool Imagick::setImageDepth ( int $depth )
Внимание

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

Sets the image depth.

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

depth

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

Returns TRUE on success.

Errors/Exceptions

Throws ImagickException on error.

Коментарии

There seems to be a slight problem with setting image or channel depth. Using Q16, setting the depth to 8 bit,  you will have a 16 bit file.
Doesn't matter with better previews / image processing programs. With Win systems the display for TIFF files is a kind of psychedelic art.
This took me hours until I did check with PhotoShop. Besides: even if it works with RGB and PNG files, this consumes resources. Have a look on file size.
Only way out: change to Q8.
IMHO there is no way to run Q8 and Q16 simultaneously.
The above said concerns also setImageDepth.
2008-07-06 20:35:22
http://php5.kiev.ua/manual/ru/function.imagick-setimagedepth.html

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