Using UIGraphicsImageRenderer to resize an image neglects updating image metadata

Originator:fabian.guerra
Number:rdar://FB8950679 Date Originated:12/23/2020
Status:Open Resolved:
Product:Core Image Product Version:iOS 14
Classification:Bug Reproducible:Yes
 
When I use UIGraphicsImageRenderer to resize an image, and then save the resized image into a local cache. The image that is stored in the cache has the same size as the original when I do the conversion from data to image. Resizing an image copy has the same behavior.

I worked around this issue switching to UIGraphicsBeginImageContextWithOptions instead.

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!