I am planning to make an online sticker design site for a company.That is the users can login to the site and enter the text for the sticker then change the font,color,shadow,outline color.
I am using PHP's GD library for creating images. I am also using php's Imagick plugin to apply some text warp to the image.
But the problem I am facing is what the images created from this method are low quality images.
I want to make such site like this:- http://www.speedysigns.com/tool/lt/index/index/product_id/31990/
I think that images created from this are vector images.
I tried Imagick to create vector images.But I can't find a better tutorial to create vector images using Imagick.
So can you please suggest which library I may use to create such high quality images. Otherwise suggest a good tutorial to use Imagick to create vector images.
Thanks friends. By Sukesh B R