[jQuery] Adding rounded corners to inline images? (not background)

[jQuery] Adding rounded corners to inline images? (not background)


The only rounded corners plugin I've found (http://www.methvin.com/
jquery/jq-corner-demo.html) only applies the corners to the
background.
I need to be able to able to add rounded corners to images inline in
the html (anything using an image tag). Is there a plugin for this?
Normally I'd use a server-side language for this, but given my current
situation, I cannot.