legacy = UIGraphicsBeginImageContextWithOptions
+ UIGraphicsEndImageContext
modern = UIGraphicsImageRendererFormat
+ UIGraphicsImageRenderer
- "modern" w/
prefersExtendedRange = NO
- basically the same perf as "legacy"
- probably a good idea to adopt since optimizations will likely be in "modern" first
- "modern" w/
prefersExtendedRange = YES