We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如题 使用场景为,在一个for循环内将多张Png转换成webp格式的Data的时候会不固定的在第n个崩溃,但是崩溃都是在ecoder.encode 这个点方法内崩溃 崩溃的具体位置为YYImageCoder.m的第1284行上 if(!WebPPictureImportRGBA(&picture, buffer.data, (int)buffer.rowBytes)) goto fail; (就是这货) 求大神帮助 @ibireme
The text was updated successfully, but these errors were encountered:
SDWebImage 中WebP和YYImage中的WebP冲突 我的解决方法是,把YYImage手动拖入项目,手动导进WebP.framework 可以解决问题
Sorry, something went wrong.
No branches or pull requests
如题
使用场景为,在一个for循环内将多张Png转换成webp格式的Data的时候会不固定的在第n个崩溃,但是崩溃都是在ecoder.encode 这个点方法内崩溃
崩溃的具体位置为YYImageCoder.m的第1284行上
if(!WebPPictureImportRGBA(&picture, buffer.data, (int)buffer.rowBytes)) goto fail; (就是这货)
求大神帮助
@ibireme
The text was updated successfully, but these errors were encountered: