I am currently developing an app using Ionic (Angular-based) along with Capacitor Plugins, specifically the Camera Plugin. The main feature I am working on involves allowing users to choose up to 5 images from their gallery. To accomplish this, I have implemented the Capacitor Image Picker () successfully. However, I have encountered an issue where the image type is a web path rather than BASE64. Is there a way to change the image type? It seems that the GalleryImageOptions do not provide a solution for this problem.
Any help and insights are greatly appreciated! Thank you in advance for your answers!