最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

flutter - Package to convert image to webp in DART - Stack Overflow

programmeradmin2浏览0评论

I want to find a dart package that can convert an image format to webp. Since i want to run it on Isolate i can only use dart package.

I have tried packages like FlutterImageCompress which can't run on isolate, image this can only read webp.

Can someone help me to find a way to do this?

I want to find a dart package that can convert an image format to webp. Since i want to run it on Isolate i can only use dart package.

I have tried packages like FlutterImageCompress which can't run on isolate, image this can only read webp.

Can someone help me to find a way to do this?

Share Improve this question asked Feb 16 at 4:43 unrealt3nunrealt3n 157 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

This is an open issue for package:image`. I'm not sure if any package already supports encoding webp on pub.

You could use FFIgen to generate bindings for https://github/webmproject/libwebp yourself and use that.

发布评论

评论列表(0)

  1. 暂无评论