Re: php generated images vs image file...which is better?
- From: "peter" <submit@xxxxxxxxxxxxxxxx>
- Date: Fri, 29 Jun 2007 08:45:04 +0100
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?
If there is no reason to create the images on the fly then a hard copy of
the image is always the best option. If you create images on the fly then
php will have to create the image everytime it is requested which wastes
server resources.
.
- Follow-Ups:
- References:
- php generated images vs image file...which is better?
- From: shotokan99
- php generated images vs image file...which is better?
- Prev by Date: php generated images vs image file...which is better?
- Next by Date: Re: Question re: sql injection
- Previous by thread: php generated images vs image file...which is better?
- Next by thread: Re: php generated images vs image file...which is better?
- Index(es):