Normally you would use a tool like Adobe Photoshop, Autodesk’s Sketchbook Pro, the GIMP, Adobe Illustrator, InkScape or similar to create artwork. Then you would from that tool, save the image to your project folder. Then you have the .png file in your project and can use display.newImageRect() to load the image.
While Corona has features to create images via screen capture, you send a lot of time programming a screen to save it as an image, isn’t a practical way to make art for your app.
Adobe Photoshop used to be very expensive, but can be had for $10/month subscription with a 1 year commitment. Sketchbook Pro is like $5 / month or $30/year. That said, Sketchbook Pro is a great tool to draw and paint in, but there are things that I still need Photoshop for. I tend to use them in tandem. The GIMP is free. I’ve not used it in years, but previously I found the User Interface antiquated. But it’s free. All three of these are known as “raster” art programs. You are drawing and painting in pixels.
The other type of drawing is called “vector” drawing and this is where Adobe Illustrator and InkScape come into play. They allow you to draw shapes that can be resized without pixelating. They produce a different feel for art, but are very common tools for this. Illustrator is part of Adobe’s Creative Cloud suite which costs more like $50 a month, but you get every Adobe product that make including Photoshop in the deal. InkScape is free, but for some reason I can’t get it to run on my Mac. I think I have something else installed that’s conflicting with it.
Most of the paid versions offer free trials for 15-30 days.
Rob