name1090 Posted July 14, 2008 Share Posted July 14, 2008 I need to develop a small photo sharing site for my school project. So, I searched the web on the keyword 'album photo sharing' to get some info and got lot of websites. In that list i came across a site named Phocentral developed in PHP. Link to the site : www.phocentral.com I am just wondering how an advanced photo image processing can be made through PHP? Because in this site, 3D like thumbnails of albums are created by rotating the photos in 3D view. How is it possible? And almost all formats of photos are supported and they are converted into JPEG formats. Is there any image handling functions in PHP for that? or any libraries needed? I know that i cant make a site like this. but just a small one with photo uploading and sharing is enough... I dont know anything about image processing in PHP. Please help me by linking me any tutorials.... Quote Link to comment Share on other sites More sharing options...
rhodesa Posted July 14, 2008 Share Posted July 14, 2008 http://us2.php.net/gd Quote Link to comment Share on other sites More sharing options...
name1090 Posted July 30, 2008 Author Share Posted July 30, 2008 Giving me any tutorials will help me better! Quote Link to comment Share on other sites More sharing options...
Wuhtzu Posted July 30, 2008 Share Posted July 30, 2008 http://www.google.dk/search?q=php+image+tutorial&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a Quote Link to comment Share on other sites More sharing options...
tibberous Posted July 30, 2008 Share Posted July 30, 2008 Use the Imagemagick extension, or just use PHP and make imagemagick command line calls. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.