I want to make Image from Table

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]

Added feature request #255
[import]uid: 54 topic_id: 1082 reply_id: 3182[/import]

The following example demonstrates how to do this (works on iOS and Android): http://developer.anscamobile.com/forum/2010/07/26/downloaded-image-not-displaying-android

Closing case #255. [import]uid: 54 topic_id: 1082 reply_id: 4540[/import]