@Engineer
Hi, I tested this on iOS 18.1 (22B83) using an iPhone 15 Pro Max, and the green line issue still persists. (Should I also test on iOS 18.2 Beta?)
I configured the PHImageRequestOptions as follows:
let requestOptions = PHImageRequestOptions()
requestOptions.isNetworkAccessAllowed = true
requestOptions.isSynchronous = false
requestOptions.deliveryMode = .highQualityFormat
requestOptions.resizeMode = .fast
I have set PHImageContentMode to .aspectFill and used 340 x 340 for the targetSize.
During my testing with various targetSize values, I found that the green line appears if the targetSize is set below approximately 370 x 370.
I am attaching one of the problematic images (Note: I am unable to attach ZIP files here. Please let me know if there is an alternative method to share the image).
If you need any additional information, please let me know.
Thanks!