YYImage icon indicating copy to clipboard operation
YYImage copied to clipboard

Image framework for iOS to display/encode/decode animated WebP, APNG, GIF, and more.

Results 106 YYImage issues
Sort by recently updated
recently updated
newest added

I have find some CF class not release and cause some retain cycle,Please review code,Thank You,My great Leader for example,YYImageCoder ---- updateSourceImageIO

And some other fixes from other forks.

可以加载沙盒路径下的webp图片吗? 使用 YYImage(contentsOfFile: xxx) 返回nil,

iOS 14 YYAnimatedImageView加载图片失败 除了 gif 什么都加载不出来

On iOS 13: If we override this, UIKit will render the UIImageView.image itself before calling this method. So even if self.currentFrame == nil, the UIImageView.image get rendered. On iOS 14:...

The library is presenting the following issue when build for iOS simulator: In /Pods/YYImage/Vendor/WebP.framework/WebP(libwebpencode_la-config.o), building for iOS Simulator, but linking in object file built for iOS, for architecture arm64 Any...

如题 使用场景为,在一个for循环内将多张Png转换成webp格式的Data的时候会不固定的在第n个崩溃,但是崩溃都是在ecoder.encode 这个点方法内崩溃 崩溃的具体位置为YYImageCoder.m的第1284行上 if(!WebPPictureImportRGBA(&picture, buffer.data, (int)buffer.rowBytes)) goto fail; (就是这货) 求大神帮助 @ibireme