SilenceLove / HXPHPicker

Photo/Video Selector-Supports LivePhoto, GIF selection, online download of resources on iCloud, and editing of photos/videos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

选中相册图片后,回调里给的图片路径是png后缀,实际上不是png格式,还是图片的原始格式,HEIC

MillerJiang538 opened this issue · comments

commented
commented

PHAssetResourceManager.default().writeData( for: imageResource, toFile: imageURL, options: options ) { error in DispatchQueue.main.async { if let error = error { resultHandler(.failure(.assetResourceWriteDataFailed(error))) }else { resultHandler(.success(imageURL)) } } }
imageResource还是原来的格式,没有做任何处理