Questions tagged [identicon]

An identicon is a small, abstract image that serves as a visual hash of identifying information such as an email or IP address.

An identicon is a small, abstract image that serves as a visual hash of identifying information such as an email or IP address.

Identicons are used in Stack Overflow as the default profile image for users who have not created an account or uploaded their own profile image to .

22 questions
0
votes
2 answers

Generating a custom Identicon avatar?

So I know about Identicons, MonsterID's, and Wavatars, etc, and understand that they use hashed IP addresses/e-mails to generate a unique avatar. Is there any information about the algorithm so that I can create my own set? I'd like to do this in…
Motive
  • 3,071
  • 9
  • 40
  • 63
0
votes
2 answers

How to add border radius on react-jdenticon component?

I have used react-jdenticon Tried to add border radius but it seems that it can not take the css styling on svg or canvas element. Any suggestions for this? import React from 'react'; import Jdenticon from 'react-jdenticon'; function Example(){ …
Panayiotis Georgiou
  • 1,135
  • 3
  • 19
  • 36
0
votes
1 answer

Convert Data URI to Blob

I'm currently using Jdenticon library for generating user identicons as a default profile picture. I'd like to convert the data URI for SVG to a Blob or make it as an image file so that I could store an image file into Firebase. I've tried a few…
JeffMinsungKim
  • 1,940
  • 7
  • 27
  • 50
0
votes
2 answers

How can I create identicons using Java or Android?

I've seen many questions about this, but all of them are C#. None of them are Java, and I couldn't find a proper library for this. What library can do this for me programmatically by giving it a string/hash? This algorithm is actually implemented…
Ali Bdeir
  • 4,151
  • 10
  • 57
  • 117
0
votes
1 answer

Save an SVG image from a website using Java (desktop)

I'm generating a website with JDenticon using this code (test.html): Test