Jump to content

How Do I Build An Image Class?


unemployment

Recommended Posts

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
Share on other sites

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.

Edited by ignace
Link to comment
Share on other sites

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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.