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,

[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 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