diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-09 16:03:10 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-09 16:03:10 +0900 |
| commit | 847f59369b7d94c2f6bd9f4137f55006e62605d7 (patch) | |
| tree | 3675d6f4058bc5bfe1bf209a35a6e2c687f4dd83 /packages/backend/src/core/FileInfoService.ts | |
| parent | Update ja-JP.yml (diff) | |
| download | sharkey-847f59369b7d94c2f6bd9f4137f55006e62605d7.tar.gz sharkey-847f59369b7d94c2f6bd9f4137f55006e62605d7.tar.bz2 sharkey-847f59369b7d94c2f6bd9f4137f55006e62605d7.zip | |
tweak blurhash
Diffstat (limited to 'packages/backend/src/core/FileInfoService.ts')
| -rw-r--r-- | packages/backend/src/core/FileInfoService.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/backend/src/core/FileInfoService.ts b/packages/backend/src/core/FileInfoService.ts index 8043993047..dad94da421 100644 --- a/packages/backend/src/core/FileInfoService.ts +++ b/packages/backend/src/core/FileInfoService.ts @@ -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); } |