+ 11
Random Image Generator!
Just posted a new web code (https://code.sololearn.com/WFs5EGOxardy/#html) which can be used to generate random images. Seeing multiple password generators, I got this idea. As the Java version of random image generator doesn't work in code playground, I made a web version. Check it out and help me make it better.
10 odpowiedzi
+ 15
Hatsy Rei joining the party. :>
https://code.sololearn.com/c2ITF6Zyvy6n/?ref=app
+ 14
@Krishna: Nice but what was the concept/logic used to generate the images
+ 11
Very nice @Krishna sir but only those colourful lines are displayed in the output😮😮
+ 10
@Chirag : If we do this in Java, we allot a random color to each pixel of the image. What I did here is, I added an IMG (in JavaScript using DOM) of width 1px and height 1px for each pixel and allotted a random color.
+ 10
@Hatsy yours is better:-)
+ 9
@Dayve : Thanks for mentioning that. It worked in computer. Now I have to make it work in app.
+ 8
@Dayve : It's working now.
+ 8
Awesome :D
+ 5
Can I join too:
Ruby Random Image Generator :D
https://code.sololearn.com/cCsxJ1mojT6x/#
+ 3
I have idea how to use this project with another one