Which languages should be learn to make a automated online image editor | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Which languages should be learn to make a automated online image editor

I want to make a web app that automatically edits Images on servers and show results to user So i want to know by which languages i can do that i am unable to find something for this in php tutorial of sololearn

19th Sep 2019, 10:47 AM
Prashant kushagra
Prashant kushagra - avatar
2 Answers
0
Well you should definitiely learn HTML and JS at first. With this, you build the base, and your project will be made possible. Other languages will be a plus in usability, if you know how to do stuff there, as any language will support some kind of image manipulation. For example you can use the PIL in python.
19th Sep 2019, 11:15 AM
Loeschzwerg