I don't have such a powerful tools just my old crappy AB
but here is the moment:
test gif image
DEFNUM img xpos ypos wpos hpos
DEFSTR imgname
'set window with Vscrollbar
WIN 0 0 640 480 # "Gif Logo"
MainColor 220 220 230
'set image name as string
LET imgname = "xmas2.gif"
xpos=0
ypos=0
LoadImage@STARTPATH img <BITMAP> imgname
ShowImage img <BITMAP> xpos ypos
' wait for subs
WAIT
/ it looks that i must create simple image viewer in Oxygen /
.