Zimon Tai

Results 50 comments of Zimon Tai

I believe latest wasm-bindgen release already allows return `Vec` where `T` is any type implementing `WasmDescribe + JsCast`. Currently available types includes primitives, and types from `js-sys`. So returning `Vec`...

I kindly advise that this section be removed, along with the _Photon outperforms even the fastest of libraries, including ImageMagick_ in readme. Here are my thoughts: 1. ImageMagick is not...

By the way, if benchmark is really that important, there's a famous and interesting read about pillow-simd (and how hard to beat it) here: https://gist.github.com/brian-armstrong-discord/1eb10046edb91167b7187513cc306d65

It would be better if renamed as `pixels`

I'm sorry this is currently halted. Maybe #217 could fit your needs? If so we will try to merge that PR this week. @Pondorasti

@okdha1234 I think `fsam.export(dynamic=True)` can do this. Source: `/Ultralytics/yolo/cfg/default.yaml:75`

@RazrFalcon do you mind if I submit a PR for this?

Yes indeed I'm getting too comfort to use nightly rust... Will fix this in a few days I uploaded a new version of `font-toolkit` removing the feature gate.

I don't like lottie's format too. But for the models I am trying to align with the original format as much as possible. Maybe a new structure or some method...