Monday, November 2, 2015

image space transparent

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\"; ")