Describe the bug
If I build the app on macOS Sonoma with Xcode 15 using Solar2D build "Corona-3700". In iOS17, display.save() is saving a black image with an error in the console:
verify_image_parameters: invalid image alphaInfo: kCGImageAlphaNone. It should be kCGImageAlphaNoneSkipLast
To Reproduce
Steps to reproduce the behavior:
Create any image or rect
Invoke display.save on the above object
View the image file that was created; it always appears black
Target platform and where the build was made:
Device: iPhone11 Pro Max, iPhone 15 Pro Max, iPhone 12 mini
Describe the bug If I build the app on macOS Sonoma with Xcode 15 using Solar2D build "Corona-3700". In iOS17, display.save() is saving a black image with an error in the console:
verify_image_parameters: invalid image alphaInfo: kCGImageAlphaNone. It should be kCGImageAlphaNoneSkipLast
To Reproduce Steps to reproduce the behavior:
Target platform and where the build was made:
whole test project SaveImageSample.zip
video of the issue Video