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!











































thanks for posting the code