You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2022/08/20 06:38:21 UTC

[GitHub] [cordova-plugin-camera] igorsantos07 commented on issue #769: Android: encodingType is not ignored when sourceType is set with PHOTOLIBRARY or SAVEDPHOTOALBUM

igorsantos07 commented on issue #769:
URL: https://github.com/apache/cordova-plugin-camera/issues/769#issuecomment-1221244365

   I know this is almost a year old and the library seems abandoned, but here are my two cents from a fellow dev which is trying (hard) to use the library:
   
   While keeping the conversion would break compatibility, I'd say bump the minor (maybe even the major version, I know it feels harsh but that's what major versions are for) and KEEP the transform! It makes NO sense on:
   1. having a different behavior on iOS when you're coding on a _hybrid platform_ such as Cordova
   2. setting an option which might be ignored depending on another seemingly unrelated option
   3. Lastly, it MIGHT be required by the developer (such as us) since we might be doing image transformation later and we require a fixed image type.
   
   If it is technically possible to convert the picture and always return a given type, why skip that step? When reading the docs, I thought it was a tech limitation, but it looks like it was by design?


-- 
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: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org