-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(frontend): ドライブアップロード時に画像にウォーターマークを適用する機能 #15136
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #15136 +/- ##
============================================
- Coverage 39.96% 19.28% -20.69%
============================================
Files 1563 732 -831
Lines 197752 104787 -92965
Branches 3634 994 -2640
============================================
- Hits 79031 20207 -58824
+ Misses 118116 84023 -34093
+ Partials 605 557 -48 ☔ View full report in Codecov by Sentry. |
(ウォーターマークの画像を指定するところでウォーターマークをかけるかどうかの設定が出るのは変すぎるので)
… into feat-12250
描画処理と設定UIは概ね完成した |
とりあえずひととおり動くようになった FullHD画質の画像でアップロード前処理(ウォーターマーク+サイズ縮小)合計で1s位かかる |
処理というよりかはウォーターマーク画像のfetchに時間がかかっているだけの可能性はある |
What
wip
Why
Fix #12250
Additional info (optional)
Checklist