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 imag

[PHP] Storing images for photo album?

2003-11-16 Thread Leif K-Brooks
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 certain sizes as needed. Now I'm running into an out-of-memory converting user images to PNGs, and I'm not sure what to do: copy them in whatever format

RE: [PHP] Storing images

2003-11-15 Thread Boaz Yahav
Marinas [mailto:[EMAIL PROTECTED] Sent: Saturday, November 15, 2003 7:54 PM To: [EMAIL PROTECTED] Subject: [PHP] Storing images Hi, i was wondering which is the best way to store images. I'm using an upload section for my site and i'm using a script to put those images from the upload sec

[PHP] Storing images

2003-11-15 Thread Paul Marinas
Hi, i was wondering which is the best way to store images. I'm using an upload section for my site and i'm using a script to put those images from the upload section on a diferent section of the site. 10x Paul GnuPG Key http://sgi.rdscv.ro/~paulm/paulm.PGP -- PHP General Mailing List (http://

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

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

2002-07-08 Thread René Fournier
I'm working on a simple content management system that uses PHP and MySQL for updating a web site's text (stored in a MySQL database). (The PHP scripts that do the updating (my stuf) live on one web server, the actual DB data to be updated (my client's stuff) live on another.) So far, I've onl

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 st

[PHP] Storing images in MySql

2002-04-16 Thread Fifield, Mike
After posting my question about performance earlier this morning it was suggested that I also store the jpg's in the database, (thanks Maxim). I did a little research and got a lot of conflicting information on weather this is a good idea or not. For example the following url states that you suffe

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 cont

[PHP] Storing Images in a Database

2001-09-12 Thread MindHunter
Hi, 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! Tx BK -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mai