Should be something like this...
Code:
<if condition="is_member_of($bbuserinfo, 1, 2, 3)">
<if condition="$post[fieldX]">
<img src="" title="$post[fieldX]" />
<else />
<img src="" title="No Information Available" />
</if>
</if>
Replace 1, 2, 3 with the usergroup IDs that you want to be able to see this.
Replace fieldX with the field number (ie. field30) that has the information you need to pull.
Add the image you desire.