I’ve updated my Gravatar source. I am no longer working on the control version. I have focused my attention to a library model. With the library you are able to manipulate the image more then you could with the control. The image is stored in memory as passed as an image. I am working on arrays that will allow you to pass an overload containing a list of emails and return the Gravatar in the given order.
You can find out more here!
Popularity: unranked [?]
I’ve updates the GravatarGet page. I’ll be explaining the source code and releasing a major portion of the code. There’s already been over 5,000 downloads and the number is growing everyday. There are reports of bugs and what not, I will address them here.
Default Icon Struct:
I did this so we wouldn’t have to remember the names of the 3 fallback icon sets Gravatar offers.
Rating Struct:
Sure, there are only 4 ratings(G, PG, R, X) but maybe someone don’t know that. So I created a struct for this as well.
Some people are having trouble returning an image into memory. I recommend using MemoryStream for this. You can also attach the Gravatar to a listbox, combobox,textbox and almost any other control applicable.
So check out the Gravatar page and enjoy!
Popularity: unranked [?]
I’ve updated my user control for Gravatar. Version now is, 1.2.4.0. I’ve adds support for a caption bar to shows the users email address along with the avatar. I’ve added 4 new properties that allow you to control the size, rating, email and caption. I have plans to add support for frames/borders, info overlays, captions on the left, right, top of avatar, mouse over effects and more.
Check out the new version here!
Popularity: unranked [?]
UPDATE AND PAGE HERE
I’m working on a .NET Gravatar control. A user will be able to retrieve the given emails avatar, or fallback to a default avatar provided by Gravatar. The developer will be able to control the [size],[rating],[fallback image].
Why? That’s easy! Maybe you are developing an application that involves chat, email, p2p activities or something like that. Isn’t it nice to show your picture? I’m sure there are other applications for this type of user control.
GravatarGet1.Email = "dremation@gmail.com"
GravatarGet1.ShowGravatar(60, "g", "identicon")
The parameters, (60, g, identicon) are the parameters Gravatar allows to be passed.
Size: Any number from 1 to 512
Rating: G, PG, R, X
Default: identicon, monsterid, wavatar

In the next release I plan on easy methods of defining the parameters. I will also include image ttiels, information titles and context menu support.
Please leave comments for errors, suggestions, ideas and bugs.

Popularity: unranked [?]