5r1m commented on issue #769: URL: https://github.com/apache/cordova-plugin-camera/issues/769#issuecomment-949443928
Hi @PieterVanPoyer Yes, ideally iOS and Android should be in sync and especially when they are not specific to any platform support/limitation. How ever now the question is - Should there be transformation done? IMHO No. Firstly this is unmanaged break in the library and secondly transformation is not required in all the cases. - Should transformation be completely avoided Again, No. As in case of HEIC, transformation might be still required. But I think it's not like one thing fits all. In this new version, there is no way to avoid transformation 100% until we know the mime type which user will be selecting well ahead, which is not possible. So instead of forcing the transformation in such cases, why not extend the API to provide options on doing the transformation for selected types only? This way it gives control on transformation to be done or not to API consumers which would be more optimal. Thanks. -- 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]
