marvinweber / meme-generator-omm

Project of the LMU Online Multimedia Course 2021/22.
GNU General Public License v3.0
0 stars 0 forks source link

Editor - Upload Templates #11

Closed marvinweber closed 2 years ago

marvinweber commented 2 years ago

Basic: 1 upload option + locally stored
Intermediate: 3 upload options + locally stored
Advanced: 5 upload options + locally stored

Description

Here, the user should be able to choose their template for the meme. You should present previously uploaded (or manually added by you) templates, which are locally stored on the server, to the user. Further, implement some of the following upload methods:

a) uploaded by the user via file upload b) uploaded by the user through providing an image URL c) Images downloaded from a third party service, e.g., imgflip and selected by the user d) Screenshot from a user provided (non image) URL e) Photo from a connected camera f) Hand- (or rather mouse) drawn.

marvinweber commented 2 years ago

Depending on the other features implmented, the intermediate level may be sufficient. Uploading templates is already working.

Add for intermediate:

marvinweber commented 2 years ago

Templates can be uploaded now via: File Upload, Image URL, Webcam Screenshot.