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