woltapp / blurhash

A very compact representation of a placeholder for an image.
https://blurha.sh
MIT License
15.87k stars 362 forks source link

Why didn't Kotlin encoder? #41

Open SeniorZhai opened 4 years ago

SeniorZhai commented 4 years ago

I want to use blurhash in Android client, but why not kotlin encoder?

hangduykhiem commented 4 years ago

Kotlin encoder is on my TODO list for now. However that will aim at server-side Kotlin framework like Ktor or Vertex, since the primary usecase of blurhash is to decode server-transmitted base83 string to an image. The current decoder should be able to do just that.

But as always, your PR is more than welcomed. The encoder should be relatively easy to port to Kotlin.

hearsilent commented 4 years ago

@hangduykhiem I've created PR https://github.com/woltapp/blurhash/pull/55