Home > Back-end >  Upload image, a badge is added
Upload image, a badge is added

Time:01-07

I need to create a form, the functions should be 1. upload images with it 2. a badge is added to the picture uploaded 3. the picture should be downloaded with badge on it. what code or language can i use for this

CodePudding user response:

I recommend you to use HTML for the form which will send the image to a php script, search for "tuto watermark php" ;).

PHP is the most common, but if you know more about python or nodejs for example, you can do this tool in almost all languages.

Find a language framework that processes images to help you.

  •  Tags:  
  • Related