Mapping a Physics Body to the drawn parts of a PNG

So, I used to write in Swift using SpriteKit, but now I’ve decided to learn a cross platform language and SDK. Anyways, what I am struggling with are the physics bodies. With SpriteKit, I was able to map a physics body to all the parts of a png image file that is drawn. Is there a way to do this with Corona? All that I’ve seen is just using multiple polygons to form a body. If anyone could help me out that would be great!