Implement 33_FIX_GRAIN.md: add FilmGrainView custom view for dynamic 60 FPS grain preview, sync intensity, and optimize Gaussian noise generation for saved photos

This commit is contained in:
2026-07-06 21:51:51 +07:00
parent 3058032d01
commit 2cf5a91557
3 changed files with 138 additions and 33 deletions
@@ -111,6 +111,13 @@
android:visibility="gone"
android:contentDescription="Filter Overlay" />
<!-- Lớp phủ tạo nhiễu hạt phim thời gian thực (Dynamic Film Grain Viewfinder Overlay) -->
<com.photobooth.app.FilmGrainView
android:id="@+id/viewFilmGrain"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="gone" />
<!-- Lớp đè (Overlay): Hiển thị Khung hình PNG do người dùng chọn -->
<ImageView
android:id="@+id/imgFrameOverlay"