Instafilter\Filter::curves_graph PHP Méthode

curves_graph() public méthode

Perform an imagemagick-style function on each pixel
public curves_graph ( string $fx ) : Filter
$fx string the function
Résultat Filter
    public function curves_graph($fx)
    {
        $this->imagick()->fxImage($fx);
        return $this;
    }