unemployment Posted October 17, 2012 Share Posted October 17, 2012 I am in the process of trying to figure out how to build an image library of if one exists that I can already leverage without having to write a ton of code. Here is a basic list of what I am looking for: - Upload images to a folder. Login required - Resize and create thumbnails - Allowing to change the image title - Allowing to delete the image - Create/Edit/Delete albums - Ability to set a cover photo Please advise me on what I can leverage to build this fast. Thanks Link to comment https://forums.phpfreaks.com/topic/269596-how-do-i-build-an-image-class/ Share on other sites More sharing options...
ignace Posted October 17, 2012 Share Posted October 17, 2012 FTP: https://github.com/rjkip/ftp-php Imagine: https://github.com/avalanche123/Imagine Database: https://github.com/zendframework/zf2/tree/master/library/Zend/Db Which covers: - Upload images to a folder. Login required (FTP) - Resize and create thumbnails (Imagine) - Allowing to change the image title (Database?) - Allowing to delete the image (Database?) - Create/Edit/Delete albums (Database?) - Ability to set a cover photo (Database?) Highly advisable to install this through Composer. Packages can be found @ Packagist. Link to comment https://forums.phpfreaks.com/topic/269596-how-do-i-build-an-image-class/#findComment-1385858 Share on other sites More sharing options...
gizmola Posted October 18, 2012 Share Posted October 18, 2012 I am in the process of trying to figure out how to build an image library of if one exists that I can already leverage without having to write a ton of code. Here is a basic list of what I am looking for: - Upload images to a folder. Login required - Resize and create thumbnails - Allowing to change the image title - Allowing to delete the image - Create/Edit/Delete albums - Ability to set a cover photo Please advise me on what I can leverage to build this fast. Thanks That is not a class -- it is the requirements for a complete application. Link to comment https://forums.phpfreaks.com/topic/269596-how-do-i-build-an-image-class/#findComment-1385923 Share on other sites More sharing options...
Volter9 Posted October 19, 2012 Share Posted October 19, 2012 That is not a class -- it is the requirements for a complete application. I'm agree with you. BackBoneLover you can to look at implementation of Image_lib in CodeIgniter. May be that's what you need. Link to comment https://forums.phpfreaks.com/topic/269596-how-do-i-build-an-image-class/#findComment-1386188 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.