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 - Text Input #12

Closed marvinweber closed 2 years ago

marvinweber commented 2 years ago

Je nach Aufwand/Möglichkeit: Entweder erstmal nur Intermediate, oder gleich Advanced. Hier könnte man evtl. auch direkt #13 versuchen mit einzubauen (falls mit nicht zu großem Aufwand möglich).


Basic: 2 boxes with text Intermediate: basic + position and WYSIWYG editor
Advanced: 3+ freely movable boxes with WYSIWYG

Description

How can the user add text to the selected template?

Basic: Two simple textboxes with unformatted text, at specific locations in the image. The user has some option of entering the text somewhere and it will appear on the generated image.
Intermediate: The text should be movable somehow (extra buttons are fine) and the text inside should be formatable, e.g., size, color, font, background etc. Further, the text should already be visible in the image and changes should be applied immediately.
Advanced: Like “intermediate”, but with three or more freely movable and resizable textboxes.

marvinweber commented 2 years ago

Fertig implementiert.