Actually, you can place any graphics to RichText using RichObject class. PNG is standard RichObject type. Create PNG RichObject by loading PNG into String and constructing it using
RichObject("PNG", PngString, size_in_dots)
You can then Cat RichObject to RichPara and RichPara to RichText...