Hi,
I think that current display.newImage() makes Image from local file.
I want something like the following:
local imageByte = {}
http.request{
url = "http://developer.anscamobile.com/demo/hello.png",
sink = ltn12.sink.table(imageByte),
}
image = display.newImageFromTable(imageByte,60,50);
Best Regards,
Keisuke Kimura
k0227n0319@gmail.com
[import]uid: 4636 topic_id: 1082 reply_id: 301082[/import]