AUI_IMAGE enhancement: Automatic transfer of server-side image files (opcodes IMGOP_LOAD, IMGOP_DISPLAY and IMGOP_LOADDISP) is now supported under ATSD. Previously it was only supported with UNIX servers.
Note if the filespec has a backslash in it (i.e. appears to be a Windows native filespec), AUI_IMAGE assumes the filespec is relative to the client and doesn't try to transfer it. The IMGF_FORCEXFER flag can be used to force the filespec to be interpreted as belong to the server, and to transfer the file to the client for display. (If the file doesn't exist on the server, AUI_IMAGE will send the display command to the ATE client anyway, in case the client already has a copy of it.)