DmcSDK / cordova-plugin-mediaPicker

cordova android ios mediaPicker support selection of multiple image and video gif ✨ cordova android 和 ios 图片视频选择cordova插件,支持多图 视频 gif,ui类似微信
MIT License
139 stars 93 forks source link

当iphone xs 的时候,有些图片选择出错。。。 #78

Closed he429134733 closed 5 years ago

he429134733 commented 5 years ago

image

选取之后: image

奇怪的时,这部手机有的图片选取是没问题的,有些图片选取就会变成这样。并且不能进行下一步操作。

he429134733 commented 5 years ago

image 这是tongyibu同一部选取正常的样子,他可以进行下一步操作

he429134733 commented 5 years ago

这部手机的不可选取的图像后缀的HEIC

DmcSDK commented 5 years ago

@he429134733 是heic格式的问题吗?

he429134733 commented 5 years ago

是的,heic 格式只有ios11以上才支持,大内存的图片苹果是用heic储存的,需要把他转换成png的,因为heic不能在win,android,甚至一些低版本的ios上查看,因为不兼容,不知道能否吧这个格式的图片转成jpg或者png的。。。。

DmcSDK commented 5 years ago

@he429134733 compressImage 方法会转换格式

he429134733 commented 5 years ago

不行哦,用了这个函数,图片的后缀还是heic

he429134733 commented 5 years ago

image

DmcSDK commented 5 years ago

@he429134733 参数quality必须小于100

he429134733 commented 5 years ago

好的,牛逼呀!

DmcSDK commented 5 years ago

@he429134733 现在功能OK了吗

he429134733 commented 5 years ago

ok了,没问题了

he429134733 commented 5 years ago

牛逼 。happy coding!!!