I have been tasked and assigned a project to build a web application that can generate favicon of various sizes and color from a single uploaded image of format PNG, JPG ETC with HTML code as well. Please I need your help on how to go about it.
I will appreciate any clue or hint on how to start this project. For the backend: Python or NodeJS is good. Thank you.
Have you taken a look at Pillow? Generating images and exporting to various formats is very easy here. You should be able to get up and running within minutes after googling some basic tutorials