Use an Image instance when you want to add images to your SwiftUI app. You can create images from many sources:
- Image files in your app’s asset library or bundle. Supported types include PNG, JPEG, HEIC, and more.
- Instances of platform-specific image types, like UIImage and NSImage.
- A bitmap stored in a Core Graphics CGImage instance.
- System graphics from the SF Symbols set.
In this section, we will take a closer look at SwiftUi's ImageView.