As i have said u can use this thumbnailing script http://phpthumb.gxdlabs.com/, be imaginative dont resize the image, use the same size just use the compression method instead to lower the image weight. --- On Wed, 11/18/09, hno <hno2005@xxxxxxxxx> wrote: From: hno <hno2005@xxxxxxxxx> Subject: RE: Need a script to reduce images size To: php-objects@xxxxxxxxxxxxxxx Date: Wednesday, November 18, 2009, 2:33 AM You get my request wrong. I'm doesn't mean height or weight ,I mean the size of the image on the disk space .I apologize to ask it not clear. Thank image002 HNO From: php-objects@ yahoogroups. com [mailto:php-objects@ yahoogroups. com] On Behalf Of somu sekhar Sent: November 17, 2009 8:38 AM To: php-objects@ yahoogroups. com Subject: Re: Need a script to reduce images size <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional/ /EN" " http://www.w3. org/TR/html4/ loose.dtd"> <html> <head> <title>Untitled Document</title> <meta http-equiv=" Content-Type" content="text/ html; charset=iso- 8859-1"> <meta http-equiv=" Content-Style- Type" content="text/ css"> <meta http-equiv=" Content-Script- Type" content="text/ javascript" > <script type="text/javascri pt"> function getImgSize(id) { var pic = document.getElement ById(id); var h = pic.offsetHeight; var w = pic.offsetWidth; alert ('The image size is '+w+'*'+h); } </script> </head> <body> <img id='demoImg' src=" http://www.goldenst udy.com/bbs/ uploadimg/ /200602281445004 26.jpg <http://www.goldenst udy.com/bbs/ uploadimg/ 2006022814450042 6.jpg> "> <input type="button" onclick="getImgSize ('demoImg' )" value="Get Image Size"> </body> </html> On Mon, Nov 16, 2009 at 11:32 PM, hno <hno2005@gmail. com <mailto:hno2005% 40gmail.com> > wrote: > > > HI > > I have a site that is full of images and so many of them have large size > and > it makes the loading of site take some second. What I want to do is that > when the user enter my site the image quality comes down so the size of > them > comes down and it makes loading so faster.How can do so? > > By the way ,image's quality is not important. > > Thanks > > image002 > > HNO > > [Non-text portions of this message have been removed] > > > -- J.Somasekhar, Varnatechnologies Pvt Ltd., Jublee hills, 9550705652 [Non-text portions of this message have been removed] [Non-text portions of this message have been removed] [Non-text portions of this message have been removed]