1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 17:05:55 +02:00

tweak blurhash

This commit is contained in:
syuilo
2022-12-09 16:03:10 +09:00
parent 187237b35e
commit 847f59369b

View File

@@ -404,7 +404,7 @@ export class FileInfoService {
let hash;
try {
hash = encode(new Uint8ClampedArray(buffer), width, height, 7, 7);
hash = encode(new Uint8ClampedArray(buffer), width, height, 5, 5);
} catch (e) {
return reject(e);
}