EduardvonBriesen / mememuc

Launcher project for the MemeMuc bonus project of OMM WS22/23
1 stars 2 forks source link

Meme Creation #6

Closed EduardvonBriesen closed 9 months ago

EduardvonBriesen commented 11 months ago

Here the task is to create an API call, that takes different parameters (GET or POST) and returns an image or an URL to an image or an URL to the SingleView of that image. The used template can be specified by name, URL or as file. (Only one Variant has to be provided.)

  1. Basic: Given a template and bottom as well as top text the meme is returned. The positions of the texts are chosen by the server.
  2. Intermediate: Given a template and a set (more than two possible) of texts the meme is returned. For each text at least two of the following should be customizable: size, position, color, font, transparency, background.
  3. Advanced: Same as Intermediate, but for one template a list of sets of text is given and as many memes are returned (list of URLs or *.zip file). (You may also use a list of (maybe) different templates instead of just specifying one.)
EduardvonBriesen commented 11 months ago

Target: Advanced