GitToTheHub commented on PR #951: URL: https://github.com/apache/cordova-plugin-camera/pull/951#issuecomment-3845904206
The imageData is only used for writing the file at this point by calling `writetofile:`. I tried if this works with just `NSData` and it worked, `NSMutableData` is not needed here. I think `imageDataWithExif` was just reused here, though there was no metadata to write. But the variable is misleading, because it represents the image data with just less metadata. The imageData before also has already Matadata. I will see if I will change something ob the renaming. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
