I never liked that SO/SE relied on the external gravatar service, so I was glad to read that it doesn't any more. However, it turns out that one cannot use as profile picture a PNG file with transparent background (something that is supported by gravatar):
Above is a screen capture of my profile page, with a profile picture that has a transparent background. That background is turned into black, which I suppose is a bug.
The method of upload doesn't change anything (I uploaded it manually to imgur, but the same black background is observed). See the difference between the two following URLs:
http://i.stack.imgur.com/Da3ex.png?s=128&g=1
and
http://i.stack.imgur.com/Da3ex.png
The problem is thus in the resizing code from imgur.






http://i.stack.imgur.com/Da3ex.png?s=128&g=1(underlinepng) is a JPEG?! Someone has serious issues… – F'x Jan 15 at 21:22+something(eg:something+so@somewhereversussomething+mso@somewhere). You can also delete the gravatar for your actual email (if I were to use my email without the+, you'd see an auto generated image). – NullUserException อ_อ♦ Jan 15 at 22:51http://i.stack.imgur.com/Da3ex.png?s=128&g=1< Notice the query string that sayss=128. This will tell the server to resize the image in theHTTP response, but theURL (Uniform Resource Locator)Still points to the originalResourcein your browser. – MDeSchaepmeester Apr 25 at 8:18