now supports graphics import from HexPaint (http://www.hexdump.com/),
e.g., <IMG SRC="Paintings:HexDump/foo">;
currently, Newt's Cape checks if a soup has a "name" or "title" slot,
with a string or symbol index; the resulting soup entry would have a "bitmap" or "icon" slot,
which contains a bitmap or PICT object.
If you are using another graphic application and can find identify an id and bitmap object,
you could try using :GetNamedResource(soupEntryURL, nameSlots, bitmapSlots), e.g.,
<META NAME="DATA.myGraphic" CONTENT=":GetNamedResource("mySoup/myName", '[id], '[bitmap])">
...
<IMG SRC="myGraphic">