Accessing image pixels?

Hello
I want to make a simple graphics editor - i.e. loading picture with display.newImage() and editing it. Is there any way how I can access the pixels in the images I’ve loaded? For example image[x][y] or something like this? [import]uid: 31161 topic_id: 6905 reply_id: 306905[/import]

no

well actually yes, that’s not completely true. you can:

MIME encode your image, post it to a server and have the server report the value of getPixel(x,y), but I’m sure you really don’t want to do that…

but you did ask if there was *any* way :wink:

http://php.net/manual/en/function.imagecolorat.php [import]uid: 6645 topic_id: 6905 reply_id: 24186[/import]

Oh, it’s bad :frowning: So this means no graphics editing in Corona?? [import]uid: 31161 topic_id: 6905 reply_id: 24388[/import]

there are some requests in the “feature requests” board… add your +1 to those relevant to you [import]uid: 6645 topic_id: 6905 reply_id: 24460[/import]