[PHP] Re: Image manipulation on the fly

2007-11-08 Thread zerof
Merlin escreveu: Hi there, I need to manipulate images on the fly. My goal is to make the image very bright, or to add a sepia effect. The problem is, that this takes a lot of computing power on 1024 pictures. About 2s on my server until the image is delivered.

Re: [PHP] Re: image manipulation with php

2006-08-31 Thread Curt Zirzow
On 8/29/06, zerof [EMAIL PROTECTED] wrote: http://www.educar.pro.br/abc/gdlib/index.php?pageNum_rsNVER=22totalRows_rsNVER=67 zerof speako englisho, solo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: image manipulation with php

2006-08-29 Thread zerof
Ross escreveu: I have an saved images I output with this... img src=includes/viewphoto.php?id=?=$photo? I want to use getimagesize() to get the height and width of the image and if it is above a certain size then scale/ reduce it. The problems are (i) using getimage() without a url just

[PHP] Re: Image manipulation without GD library

2005-01-26 Thread Jason Barnett
Tim Burgan wrote: Hello, Is there any way that I can do some image manipulation - resizing - without the GD libraries? I've always used the GD library and it's the only way that I'm aware of to do resizing. Unless of course you're willing to do all the resizing manually and just upload the new

[PHP] Re: image manipulation

2002-09-01 Thread CHAILLAN Nicolas
Here is the list of the PHP's images functions: http://www.php.net/manual/en/ref.image.php You can look at filesize and getimagesize for the size / height width. For the second question, I dont know look at the list. -- Merci de nous avoir choisi. - Thanks you for your choice. Nicos -

[PHP] Re: IMAGE Manipulation

2002-03-16 Thread Marcel Besancon
Hi Dani, I'm trying to resize images from a big image to smaller image in dimension and also file size so that when a user upload an image into server, when a browser display the picture it desn't have to be as big. I hope my question make sense. a good way for working with images is

[PHP] Re: Image manipulation

2001-09-07 Thread Geir Eivind Mork
Adam Plocher wrote: First of all, is there anyway I could have my script take a full size image and crop out a chunk of it to be used as a thumbnail - or just simply shrink the image down to be used as a thumbnail? ImageCopyResized, requires GD. Also, is there anyway to convert misc image