[PHP] Resizing Images Uploaded to Web Page

2003-03-08 Thread Vernon
I have users uploading images to a server and need to have those files resized on upload. I looked under filesystem, but found nothing like that. Anyone? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Resizing Images Uploaded to Web Page

2003-03-08 Thread Liam Gibbs
I have users uploading images to a server and need to have those files resized on upload. I looked under filesystem, but found nothing like that. Anyone? Check the GD extension. You'll need that installed, and the images can't be GIFs (must be JPEGs or TIFs, something like that). Anyway, there

Re: [PHP] Resizing Images Uploaded to Web Page

2003-03-08 Thread Weston Houghton
You'll need to either use the gd functions, or my recommendation, get the imagick module and use it. Both should do an excellent job. iMagick is in PEAR. Wes On Saturday, March 8, 2003, at 03:15 PM, Vernon wrote: I have users uploading images to a server and need to have those files

Fw: [PHP] Resizing Images Uploaded to Web Page

2003-03-08 Thread Liam Gibbs
You'll need to either use the gd functions, or my recommendation, get the imagick module and use it. Both should do an excellent job. iMagick is in PEAR. How is PEAR making out? What makes it better than using the GD extension? I will need to do image manipulation (much like the original

Re: Fw: [PHP] Resizing Images Uploaded to Web Page

2003-03-08 Thread Weston Houghton
iMagick offers all of the functionality of imageMagick, which is a substantially different subset than GD. iMagick is primarily geared toward modifying existing images. Resizing, converting formats, apply effects to, etc. It also works with a far larger set of base image formats. Check

Re: [PHP] Resizing Images Uploaded to Web Page

2003-03-08 Thread Hugh Danaher
); ImageDestroy($image1); ? - Original Message - From: Liam Gibbs [EMAIL PROTECTED] To: php list [EMAIL PROTECTED] Sent: Saturday, March 08, 2003 12:32 PM Subject: Re: [PHP] Resizing Images Uploaded to Web Page I have users uploading images to a server and need to have those files resized

RE: [PHP] resizing images comming out of blobs

2002-07-04 Thread Barajas, Arturo
a.m. To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP] resizing images comming out of blobs Thank you for any help on that, andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http

[PHP] resizing images comming out of blobs

2002-07-04 Thread andy
Hi there, I am wondering how to resize an image which is stored in a mysql blob field. With files this workes just fine, but how to do this with the image comming from blob? Has anybody done this already? Thank you for any help on that, andy -- PHP General Mailing List

[PHP] resizing images.

2001-11-29 Thread faeton
BTW, could anybody share its experience in writing scripts that can resize images? And what extensions should be installed on server 4 such operationz. Thanx. --- Hit any user to continue. --- :) Ivan 'Faeton aka xetrix' Danishevsky ICQ(240266)

[PHP] resizing images

2001-02-21 Thread Dale Frohman
Does anyone know of a way to resize images as they are being uploaded? Would you write these images to a mysql database or straight to a file on the server? The pictures will be small 100k Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]