Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
This should help you:
https://avatars.devrant.com/v-35_c-...
(edit: open it in new tab and watch URL)
Basically the numbers represent different options. Than you have some server side scripting that creates image based on these properties. You can use this link (its my avatar) and change up few numbers here and there, note down the results and here you go.
Maybe its documented somewhere. -
Kimmax111065yEach object is its own layer, png, everything else is transparent. There is a render url, you pass in the individual layers and the renderer will combine them, respecting the z axis so everything overlaps correctly
-
@DubbaThony oh that was awesome! but do u have any idea how are those individual elements created?
-
C0D4681465y@GurvirBhogal some crazy fool made a whole lot of images in what I would assume is photoshop.
Think of each element (desk, face, mouth, clothes, ect) as their own png
Then you have a script that takes o the URL params and stitches it all together.
@trogus would know the answers. -
@C0D4
Yep, sounds about correct
Btw, are you maybe C0D1 and signed in to play RWC? Its random question but we had player till yesterday nicknamed C0D1, just offtop curiocity -
@C0D4 Okay. Just nickname cooincidence heh
Edit: sorry for offtop. It just struck me and I had to ask -
trogus133385yYup, lots and lots of layers in Illustrator vectors outputted as png layers combined together by a backend script when the avatar asset is requested, then cached
Hey guys, I was wondering how are these images created and what are they called? are they SVG graphics?
question