Re: php generated images vs image file...which is better?
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Fri, 29 Jun 2007 09:52:18 -0400
shotokan99 wrote:
hi,
shall we say you want to creae a banner, a button, and other images
for your site. some create images on the fly through php using gd
library. is this more advisable or more efficient compared to creating
an image file (.jpg) shall we say using photoshop?
Every time you unlock a door, do you get a new key made? If the lock doesn't change, of course you don't. But if the lock changed every time, you would have to.
If the image is static, then just generate it once and save it. But if the image is dynamic, then you need to generate it every time.
Most of the dynamic creation I've seen are things like CAPTCHA, graphs dependent on changing data, etc.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.
- References:
- php generated images vs image file...which is better?
- From: shotokan99
- php generated images vs image file...which is better?
- Prev by Date: Re: Question re: sql injection
- Next by Date: Re: urgent please help (how to show .doc file on an html page)
- Previous by thread: Re: php generated images vs image file...which is better?
- Next by thread: $_SESSION array goes blind when inserting <img src=""> into it
- Index(es):