about summary refs log tree commit diff
path: root/lib/paperclip/blurhash_transcoder.rb
AgeCommit message (Collapse)Author
2020-06-05Add blurhash to preview cards (#13984)ThibG
Fixes #13001
2020-01-11Fix ruby 2.7 warnings about keyword parameters (#12824)ThibG
2019-04-27Add blurhash (#10630)Eugen Rochko
* Add blurhash * Use fallback color for spoiler when blurhash missing * Federate the blurhash and accept it as long as it's at most 5x5 * Display unknown media attachments as blurhash placeholders * Improve style of embed actions and spoiler button * Change blurhash resolution from 3x3 to 4x4 * Improve dependency definitions * Fix code style issues