started playing around with imagick yesterday. seems to work just fine - except, of course, exactly those functions i actually need. which are the curve drawing functions. i looked at the api docs to be sure i provided the correct parameter count, but all i get is a
this for example is what i get when i use ImagickDraw::pathCurveToQuadraticBezierAbsolute, where 50.7 is one of the parameters (the first one).Fatal error: Uncaught exception 'ImagickException' with message 'Non-conforming drawing primitive definition `Q50.7'' in /var/www/imtest.php:158 Stack trace: #0 /var/www/imtest.php(158): Imagick->drawimage(Object(ThumbnailMask)) #1 {main} thrown in /var/www/imtest.php on line 158
i'm using imagemagick 6.2.4.5 on ubuntu 7.10, and as i said, the rest of it is working just fine. i'm probably doing something wrong - but for the love of gods i have no idea what it is.