Re: [PHP] Storing images for photo album?

2003-11-17 Thread Kim Steinhaug
Yes, What system are you using for generating the thumbs for your images? ImageMagick or GD? If you are able to choose you should by all means choose ImageMagick since its much more powerfull than GD. Ive been using both (meaning, I use GD as a second sollution where Image Magick isnt available,

Re: [PHP] Storing images for photo album?

2003-11-16 Thread David T-G
Leif -- ...and then Leif K-Brooks said... % % I'm writing a photo album in PHP. The idea is to convert user-uploaded % images to PNGs with unique IDs (1.png, 5.png, etc.), and cache them at OK. % certain sizes as needed. Now I'm running into an out-of-memory Right. % converting user

RE: [PHP] Storing images

2003-11-15 Thread Boaz Yahav
Interesting that you should bring this up now :) I have started a thread about this with my opinion at : http://www.weberblog.com/article.php?story=20031115124356140 I hope people will share their experience. Sincerely berber Visit http://www.weberdev.com/ http://www.weberblog.com/ Today!!!

Re: [PHP] Storing images in MySQL bad idea, performance-wise?

2002-07-08 Thread Analysis Solutions
On Mon, Jul 08, 2002 at 04:34:20PM -0600, René Fournier wrote: Do I store all such images in the DB? (Which I understand reduces performance.) You can, but it's a pain and inefficient. Or do I--somehow--store the images as files on the client's web server? And if so, how? (Because my

Re: [PHP] Storing images in MySql

2002-04-16 Thread Richard Archer
At 12:48 PM -0700 16/4/02, Fifield, Mike wrote: Is anyone out there running a website that stores images as binary data in MySql that could comment on this? I only store the images in the database when there is an admin interface which allows new images to be uploaded. If these images were

Re: [PHP] Storing Images in a Database

2001-09-12 Thread David Otton
On Wed, 12 Sep 2001 13:45:06 +0200, you wrote: Any good tutorials or references on how to select and display these images from a database (MySQL, Access, SQLServer) with PHP? I know how to get it in, thats the easy partbut getting it out I'm listening! You need to output the correct