blurhash icon indicating copy to clipboard operation
blurhash copied to clipboard

What character not included ?

Open ardyfeb opened this issue 5 years ago • 3 comments

I trying implement blur hash on my image service that include blurhash hash on url like https://image.test/some-pretty-image-(separator)-(blur-hash)

Example: https://image.test/some-pretty-------ILNMF%n00%#MWS•WCWEM{R*bbWBbH

So what character can be used as separator ?

ardyfeb avatar Aug 31 '20 02:08 ardyfeb

take a look at the implementation, specifically the character set. Just pick one you can't find in there. Also don't forget to URL encode!

Character set can also be found in the Algorithm description

mrousavy avatar Aug 31 '20 08:08 mrousavy

Why not query parameter?

perzanko avatar Sep 01 '20 10:09 perzanko

@perzanko Do you mean like https://image.test/some-pretty?hash=ILNMF%n00%#MWS•WCWEM{R*bbWBbH on my case image stored staticaly on google cloud storage, is not possible adding query to image path

ardyfeb avatar Sep 21 '20 17:09 ardyfeb

Closing due to inactivity.

Thisen avatar May 22 '24 06:05 Thisen