Nuke-WebP-Plugin icon indicating copy to clipboard operation
Nuke-WebP-Plugin copied to clipboard

Support WebP Plugin for Nuke

Results 11 Nuke-WebP-Plugin issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

Current version of this plugin has a dependency of Nuke till version `10.0`, not including it. This does not allow us to use the latest major update of Nuke in...

Actions are not triggered because the default branch has been changed from `master` to `main`. Therefore, the Actions setting has been changed.

Update dependent Nuke versions to 10.x. Major version up: https://github.com/kean/Nuke/releases/tag/10.0.0 All changes: https://github.com/kean/Nuke/compare/9.1.1...10.7.1

I would like to use Nuke to deal with web image loading and image cache. And I also have need for loading animated WebP image so I import NukeWebPPlugin. I...

On my project only have activated web-plugin for load image if the format is webp, and this is the crash I'm getting

The copy-frameworks target fails when I am building through Xcode.

animated webp not support. my code: ImagePipeline.Configuration.isAnimatedImageDataEnabled = true WebPImageDecoder.enable() let url = URL(string: path)! Nuke.loadImage(with: url, into: imageView!)

When installing through carthage I get this warning. Libwebp has a swift wrapper https://github.com/ainame/Swift-WebP can libwep library be replaced with its wrapper