CakeFest 2024: The Official CakePHP Conference

Imagick::setImageBiasQuantum

(PECL imagick 3 >= 3.3.0)

Imagick::setImageBiasQuantumSets the image bias

Uyarı

Imagick 3.4.4 itibariyle bu işlevin kullanımı ÖNERİLMEMEKTEDİR. Bu işleve asla güvenilmemelidir.

Açıklama

public Imagick::setImageBiasQuantum(float $bias): void

Sets the image bias. Bias should be scaled with 0 (no adjustment) to 1 (quantum value).

Bağımsız Değişkenler

bias

Dönen Değerler

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top