Random Image generator

Generates SVG/PNG/WEBP/JPEG/AVIFs based on the colors and keywords provided in the URL.

The app is still in development. Expect bugs.

Inspired by Zerodha Coin app avatars

Usage

    
        https://svg.webjeda.com/[height]/[width]/[color 1]/[color 2]/[color 3]/[color 4]/[color 5]/[color 6]/[name].svg
    

If the name has string random in it, then it will not be cached. Each request will generate a new image.

Simple SVG image

randomly generated SVG image
    
        https://svg.webjeda.com/500/800/17BF60/35CB4B/44DA3B/6AE36C/random.svg
    

Simple PNG image

randomly generated png image
    
        https://svg.webjeda.com/500/800/6AE36C/44DA3B/35CB4B/17BF60/a-png-image.png
    

Cached image

Since there is no random found in the URL, the image below will be cached for a loong time.

svg generated through link and is cached
    
        https://svg.webjeda.com/500/800/2ecc71/27ae60/f1c40f/f39c12/some-name.svg
    

Avatars

You can use it as avatars but you will have to style it.

random avatars generated through links
    
        https://svg.webjeda.com/200/200/17BF60/35CB4B/44DA3B/6AE36C/95eb97/adf1ae/a-random-image.svg
    

One color passed

random svg avatars images online
    
        https://svg.webjeda.com/200/200/6495ED/a-name.svg
    

Two colors passed

random image generator through link
    
        https://svg.webjeda.com/200/200/e74c3c/f39c12/a-random-name.svg
    

No colors passed (a random color is generated)

generate random images through link
    
        https://svg.webjeda.com/200/800/random.svg
    

Sine Waves

If the name contains the string sine-wave then the image will have sine waves.

svg image generator
    
        https://svg.webjeda.com/500/800/17BF60/35CB4B/44DA3B/6AE36C/a-name-sine-wave.svg
    

Triangle Waves

If the name contains the string triangle-wave then the image will have triangle waves.

example 1
    
        https://svg.webjeda.com/500/800/17BF60/35CB4B/44DA3B/6AE36C/a-name-triangle-wave.svg