misskey/packages/frontend
Copilot 2f52c20150
Implement professional-grade Gaussian-approximated blur effect with resolution independence and configurable quality for image effector system (#16571)
* Initial plan

* Implement blur effect for image effector system

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>

* Improve blur quality with configurable sample count

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>

* Revert to simpler blur implementation with configurable sample count

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>

* Fix blur size independence from sample count

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>

* Make blur radius resolution-independent

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>

* Update blur.ts

* Enhance blur quality with explicit diagonal sampling and fix parameter configuration

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>

* Implement Gaussian-approximated blur with distance-based weighting for superior quality

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>

* Revert "Implement Gaussian-approximated blur with distance-based weighting for superior quality"

This reverts commit c739e9f55b.

* Revert "Enhance blur quality with explicit diagonal sampling and fix parameter configuration"

This reverts commit ffbc6eeba7.

* wip

* tweak

* ellipse

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-09-20 14:19:35 +09:00
..
.storybook refactor 2025-09-01 09:50:36 +09:00
.vscode refactor 2025-08-26 14:38:42 +09:00
@types Feat: ドライブ周りのUIの強化 (#16011) 2025-05-21 07:31:24 +09:00
assets feat(frontend): 画像編集機能 (#16121) 2025-06-03 19:18:29 +09:00
lib refactor 2025-08-27 12:09:19 +09:00
public (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
src Implement professional-grade Gaussian-approximated blur effect with resolution independence and configurable quality for image effector system (#16571) 2025-09-20 14:19:35 +09:00
test refactor(frontend): フロントエンドの型エラー解消(途中まで) (#16539) 2025-09-13 08:33:14 +09:00
.gitignore per-locale bundle & inline locale (#16369) 2025-08-08 11:26:18 +09:00
build.ts per-locale bundle & inline locale (#16369) 2025-08-08 11:26:18 +09:00
eslint.config.js refactor(frontend): improve pagination implementation 2025-06-29 15:11:25 +09:00
package.json feat(frontend): 自分のプロフィールページの二次元コード(QRコード)を表示し、他の人のコードを読み取りするページを追加 (#16456) 2025-09-19 21:02:30 +09:00
tsconfig.json refactor(frontend): フロントエンドの型エラー解消(途中まで) (#16477) 2025-08-31 19:53:38 +09:00
vite.config.ts Follow up per locale bundle (#16381) 2025-08-08 18:47:35 +09:00
vite.json5.ts Fix type errors from vite.json5.ts (#9936) 2023-02-15 17:14:47 +09:00
vue-shims.d.ts Fix/vue import error on intellij (#12612) 2023-12-09 13:13:31 +09:00