DreamPiggy

Results 672 comments of DreamPiggy

Currently YUVRGB may loss detail and slow if you just use CPU to do conversion. There are two available open source project used by libavif for RGB to YUV conversion,...

If you think there are performance regression, I can provide a option in AVIFCoder to let you customize, like : ```objectivec typedef enum RGBYUVConversion { case vImage, case libyuv, case...

This depends [lottie-ios upstream support](https://github.com/airbnb/lottie-ios/issues) This plugin repo just a extension to load on the View that lottie-ios support. But anyway, we can use UIKit/AppKit view inside SwiftUI View, it's...

Maybe related to FLAnimatedImage Pro Motion support. You can try using SDWebImage's own `SDAnimatedImageView` implementation instead

@taschmidt This is just a `convenient method` for most use case, when you specify `sd_adjustContentMode = YES`, it try to modify the SVG DOM tree to adjust content fit. Actually,...

> Image tag is webp base64 data? From the theory and practice, it can't. But you can display the PNG/JPEG Base64 string in SVG. This is because of the SVGKit...

Actually, you can fire a new issue for [SVGKit](https://github.com/SVGKit/SVGKit) their repo (Since I'm not any maintainer for that), hope they can get a delegate or API for developer to provide...

![image](https://user-images.githubusercontent.com/6919743/66315439-64d35780-e948-11e9-8efa-f2bb3a8dccfe.png) I'd agree with Adobe for their W3C draft. Because I don't think a native mobile library (don't use WebKit) can implements all of the valid original SVG 1.1 for...

LGTM... Any news ? The C-API `lottie_animation_from_data` does not expose the `cachePolicy` param. So if I use C API, I can not disable it at all. See: https://github.com/Samsung/rlottie/blob/v0.2/inc/rlottie_capi.h#L77 So I...

It's OK to add `configureModelCacheSize`. Currently I disable the `LOTTIE_MODEL_CACHE` macro to totally disable the function. Because for my cases, I have one own cache for the this Animation instance...