Page 1 of 2

php graphics

Posted: Wed Apr 02, 2008 5:27 pm
by jasondsouza
Hey Can PhP create images in our desired formats...

Posted: Thu Apr 03, 2008 12:26 pm
by Lixas
yes, sure. Check out this project:
http://lixas.thesmokylounge.com/nba/playoff/
login:demo
pass:demo

Not fully working but you will get the point how it works with graphics

Posted: Sat Apr 05, 2008 2:14 am
by jasondsouza
well this seems interesting...

Posted: Thu Apr 10, 2008 1:43 am
by Tails5
ImageMagick could help you, its installed on all SmokyHosts servers I think.

Posted: Wed Apr 16, 2008 3:16 pm
by delivi
you can use PHP's inbuilt GD2 or ImageMagik to create and modify images with PHP. It gives you a lot more control over the way you can create and manipulate images.

Posted: Thu Apr 24, 2008 9:08 am
by Tails5
I haven't heard of GD2, how do I use it?

Posted: Sat May 03, 2008 6:15 pm
by Lixas
Tails5 wrote:I haven't heard of GD2, how do I use it?
Its image processing extension. read more at http://lt2.php.net/gd

Posted: Fri Jun 20, 2008 10:01 pm
by thecobra
here a link on how to use imagemagick with php
http://www.sitepoint.com/article/dynami ... magemagick

PHP

Posted: Thu Aug 28, 2008 11:19 pm
by Gebbo
delivi wrote:you can use PHP's inbuilt GD2 or ImageMagik to create and modify images with PHP. It gives you a lot more control over the way you can create and manipulate images.
Hmmm didnt know that might try it out..

Posted: Sat Aug 30, 2008 8:03 am
by delivi