I realize it’s been a whole since you’ve worked on the Android MultiImageChooser (https://github.com/derosa/MultiImageChooser) but it’s currently being used as a part of the Cordova Image Picker (https://github.com/wymsee/cordova-imagePicker). The issue is, the MultiImageChooser resizes all images, including animated GIF images, which of course is a bad thing for the GIFs since they loose all animation.
I was just wondering, if there’s anyway you could add a small change to your library so that there’s either an option you could give / set or just even as default, the library would not try and touch GIF images, but just copy them to the temp folder without trying to resize or compress them.
Thank you so much!
I realize it’s been a whole since you’ve worked on the Android MultiImageChooser (https://github.com/derosa/MultiImageChooser) but it’s currently being used as a part of the Cordova Image Picker (https://github.com/wymsee/cordova-imagePicker). The issue is, the MultiImageChooser resizes all images, including animated GIF images, which of course is a bad thing for the GIFs since they loose all animation.
I was just wondering, if there’s anyway you could add a small change to your library so that there’s either an option you could give / set or just even as default, the library would not try and touch GIF images, but just copy them to the temp folder without trying to resize or compress them.
Thank you so much!