|
Posted by AlmostBob on 03/19/07 23:48
http://sourceforge.net/projects/phpshow/
--
If at first you dont succeed
try try try again
If at first you do succeed
try not to look surprised
_
"Kentor" <kentor@gmail.com> wrote in message
news:1174089479.184471.247800@n76g2000hsh.googlegroups.com...
> Hello,
>
> I've been trying to find a way to reduce a given file with PHP... What
> I want to do is once a user uploads images, I want to have 2 copies of
> this image: 1 with the original size and one 1 with a small size so
> that when many listings appear on the page, the user will see all
> these images but he will see them in a small version of the real size,
> so instead of resizing the image's width and height, it would be
> better to resize the file size and make it smaller so that it
> downloads faster. If he clicks on the add to view the images in large
> format then I would show the images in the original size and this file
> would be bigger... The resized image should not lose its quality
> since it will be small so it won't be noticeable... I've tried this
> script here: http://www.phpclasses.org/browse/package/1980.html but it
> doesn't do anything at all =/
>
> Summary: how can I reduce a file with PHP?
>
> Thanks for your help.
>
> Simon
>
Navigation:
[Reply to this message]
|