Is it posible newOutline from display group, or can a save display group to a png with transparent?
You would have to use display.capture() to snag the group into a new display object, then apply the outline to the new object. See: http://docs.coronalabs.com/api/library/display/capture.html
graphics.newOutline( coarsenessInTexels, imageFileName [, baseDir] )
I cannot pass display object to newOutline method, it only receive fileName param.
Then display.save() should do the trick.
You would have to use display.capture() to snag the group into a new display object, then apply the outline to the new object. See: http://docs.coronalabs.com/api/library/display/capture.html
graphics.newOutline( coarsenessInTexels, imageFileName [, baseDir] )
I cannot pass display object to newOutline method, it only receive fileName param.
Then display.save() should do the trick.