Skip to content

Not quite an implementation of the Blurhash algorithm by Dag Agren.

Notifications You must be signed in to change notification settings

sevenrats/fake-blurhash-roku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

fake-blurhash-roku

Not exactly an implementation of Dag Agren's Blurhash Decoder for Roku

This implementation is designed to overcome several difficulties implicit in the Roku platform. Rokus in general lack the power to decode blurhashes in the traditional manner. Unfortunately, they also lack gaussian blur, which is normally necessary for fake-blurhash. This implementation overcomes those issues by using the Roku scaler instead of gaussian blur, writing bmp's in the filesystem "by hand" using the output of a fake-blurhash decode. Try it. The renders are unique, beautiful, and usable. For the 20-element blurhashes tested, rendering takes between 14-17 milliseconds on a 2021 4K Stick.

About

Not quite an implementation of the Blurhash algorithm by Dag Agren.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published