Most common "text to image" php extension?

by 3 replies
4
Hi!

I'm thinking of developing a PHP script that turns text into images.

The script will require a text to image PHP extension like: GD, ImageMagick, Gmagick or Cairo.

Have you worked with any of these libraries before? Are they commonly available on most shared hosts, or not?

Thanks!
#programming #common #extension #php #text to image
  • GD is usually installed as standard in my experience and if not then just ask the hosting provider to install it.

    I have not seen ImageMagick as standard but would again expect any hosting provider to install it if asked.

    Have a google for gd vs imagemagick to see what would be better for what you want to do with it.

    I have used GD without problems.
    • [ 1 ] Thanks
  • Thanks Valdor!

    Anybody else have other experiences with this?
  • GD requires less processing power than does ImageMagick.
    ImageMagick provides more features.

    For a simple, low-volume (< 10M page views/mo) site, the choice does not really matter too much.
    • [ 1 ] Thanks

Next Topics on Trending Feed