set(#inPut,"{$special folder("Application")}\\TEST.png","Global")
set(#outPut,"{$special folder("Application")}\\image space.png","Global")
plugin command("Advanced Image.dll", "image space", #inPut, #outPut, 100, 50, 200, 200, 000000)
plugin command("Advanced Image.dll", "image background transparent", "{$special folder("Application")}\\image space.png", 000000, "{$special folder("Application")}\\image space transparent.png")
navigate("file:///{$replace("{$special folder("Application")}\\image space transparent.png","\\","/")}","Wait")
run javascript("document.body.style.backgroundColor = \"red\"; ")
No comments:
Post a Comment