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.... Link to comment https://forums.phpfreaks.com/topic/114697-how-is-it-possible/ Share on other sites More sharing options...
rhodesa Posted July 14, 2008 Share Posted July 14, 2008 http://us2.php.net/gd Link to comment https://forums.phpfreaks.com/topic/114697-how-is-it-possible/#findComment-589818 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! Link to comment https://forums.phpfreaks.com/topic/114697-how-is-it-possible/#findComment-603622 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 Link to comment https://forums.phpfreaks.com/topic/114697-how-is-it-possible/#findComment-603629 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. Link to comment https://forums.phpfreaks.com/topic/114697-how-is-it-possible/#findComment-603635 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.