Re: Photogallery with features in php + DB

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



symbulos partners wrote:
> Dear friends,
>
> we would like to implement a photogallery where the users can upload some
> photographs,and then can rotate them. The photographs are stored in a
> temporary area waiting for approval.
>
> The system then performs the following operations
>
> 1)reduces the size of the photograph so that the largest edge is x
> 2)generates thumbnail for each photograph
>
> There should finally be an administrator login, which enables to authorise
> publication and to perform operations like rotating the photographs which
> are wrong.
>
> Do you know of any php based application, function, set of classes for
> implementing this features?

http://php.net/images

Also look into ImageMagik (aka 'convert') with http://php.net/exec

Maybe even consider using a shell script to do a bunch of this scaling and
thumbnailing, since you have time between the upload and publication
anyway -- No sense making the poor user wait around for you PHP script to
scale an image if they don't get to see the results until later anyway.

YMMV.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux