Some related questions around Display P3 (wide gamut) image handing:
- Is there a file name convention for wide gamut images, like there was for retina (@2x, @3x)?
- Is there a way to add wide gamut versions to xcassets?
- If we have have sRGB MyPic.png in our Xcode project, how do we use UIImage to load a P3 version?
Or...
- Should we simply replace our sRGB images with Display P3 images, and let older sRGB-based devices do their best to display them?