php graphics

Any problem with PHP can be disscused here
jasondsouza
Posts: 348
Joined: Thu Jan 12, 2006 8:24 pm
Contact:

php graphics

Post by jasondsouza »

Hey Can PhP create images in our desired formats...


--jasondsouza
ME working on a very new site. (Coming soon)
Come to my web Site
Lixas
Posts: 750
Joined: Wed Feb 16, 2005 4:21 pm

Post 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
Image
jasondsouza
Posts: 348
Joined: Thu Jan 12, 2006 8:24 pm
Contact:

Post by jasondsouza »

well this seems interesting...
--jasondsouza
ME working on a very new site. (Coming soon)
Come to my web Site
Tails5
Posts: 1302
Joined: Wed Mar 15, 2006 8:09 am
Contact:

Post by Tails5 »

ImageMagick could help you, its installed on all SmokyHosts servers I think.
Webmaster Yoda: You must confront the cPanel. Then, and only then, a webmaster will you be.
Julius Caesar: Veni, vidi, posti
delivi
Posts: 454
Joined: Sun Mar 26, 2006 1:24 pm
Contact:

Post 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.
Tails5
Posts: 1302
Joined: Wed Mar 15, 2006 8:09 am
Contact:

Post by Tails5 »

I haven't heard of GD2, how do I use it?
Webmaster Yoda: You must confront the cPanel. Then, and only then, a webmaster will you be.
Julius Caesar: Veni, vidi, posti
Lixas
Posts: 750
Joined: Wed Feb 16, 2005 4:21 pm

Post 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
Image
thecobra
Posts: 196
Joined: Tue Mar 11, 2008 11:30 am

Post by thecobra »

here a link on how to use imagemagick with php
http://www.sitepoint.com/article/dynami ... magemagick
Gebbo
Posts: 554
Joined: Tue May 16, 2006 3:22 pm

PHP

Post 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..
.............................:: Spirit of Fire ::..................................

Image
Locked