Search found 2 matches
- 2013-03-20T03:28:51-07:00
- Forum: IMagick
- Topic: Black Point Compensation
- Replies: 0
- Views: 7384
Black Point Compensation
How can I use this attributes (-black-point-compensation) on Imagick?
- 2013-02-14T07:38:49-07:00
- Forum: IMagick
- Topic: Polyline Stroke
- Replies: 0
- Views: 12314
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("none ...
This is the code:
$stroke = new Imagick();
$stroke->newImage(400, 400, new ImagickPixel("none"));
$draw = new ImagickDraw();
$draw->setFillColor("none ...