I often paste images that are long-press-copied from websites, e.g. Imgur. Something has changed recently (within the last ~3 weeks) such that this almost always fails now with the message "Unable to remove metadata from image". It seems to arise from the code added here - https://github.com/signalapp/Signal-iOS/pull/2907/files. The only workaround is to screenshot the image + crop, which is clunky and time consuming.
Actual result: The image is not sent.
Expected result: The image is sent.
Device: iPhone Xr
iOS version: 14.0.1
Signal version: 3.18
https://debuglogs.org/8ecbbeb85eb6b5f0264bf9bc7a10853179b56b9ed82c0b2e465d5486a8095c86.zip
Can confirm currently happening
The root cause of this issue is the same as the other issue #4572 ; Copying an image in iOS 14 Safari copies the WebP image as WebP.
Here is a video of the bug:
https://user-images.githubusercontent.com/1595901/104000791-0d511680-519f-11eb-89c3-1be07e3bfbfe.mp4
As we can see, the error message also disappear instantly, so it's hard for a regular user to read and understand the issue.
Most helpful comment
The root cause of this issue is the same as the other issue #4572 ; Copying an image in iOS 14 Safari copies the WebP image as WebP.