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
Magickwand creating images from scratch
Moderator: General Moderators
Re: Magickwand creating images from scratch
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).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).