Search found 2 matches

by alfaalex
2013-03-20T03:28:51-07:00
Forum: IMagick
Topic: Black Point Compensation
Replies: 0
Views: 6038

Black Point Compensation

How can I use this attributes (-black-point-compensation) on Imagick?
by alfaalex
2013-02-14T07:38:49-07:00
Forum: IMagick
Topic: Polyline Stroke
Replies: 0
Views: 8249

Polyline Stroke

Greetings, I'm trying to set the stroke for a polyline but not working. Linejoin and linecap drawing a beveled corner. Where is the issue? This is the code: $stroke = new Imagick(); $stroke->newImage(400, 400, new ImagickPixel("none")); $draw = new ImagickDraw(); $draw->setFillColor("...