Page 1 of 1

Magickwand creating images from scratch

Posted: Thu Mar 22, 2007 6:09 am
by bluntmike
Hi,

I have been looking around for a tutorial using ImageMagick to CREATE an image.

I have done this project using GD and GDs anti-aliasing isn't up to scratch (drawing a SINE graph for sound wave type diagrams).

All that I have seen is tutorials on how to 'create' an image by reading in another image...

Anyone know of any good tutorials using MagickWand and PHP for drawing etc. I have seen the Sitepoints tutorial but that is a bit too basic.

Thx

Re: Magickwand creating images from scratch

Posted: Thu Mar 22, 2007 7:00 am
by onion2k
bluntmike wrote:I have done this project using GD and GDs anti-aliasing isn't up to scratch (drawing a SINE graph for sound wave type diagrams).
Imagemagick's antialiasing isn't much better than GD's. I'd either use the usual resampling cheat or draw it using something else (canvas, SVG, etc).