From 9fdb7856ed4cd72235ba6642bbcc20055c05176c Mon Sep 17 00:00:00 2001 From: Orangerot Date: Sun, 8 Dec 2024 02:59:45 +0100 Subject: feat: apply image filters --- index.html | 56 +++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 37 insertions(+), 19 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index a3ada32..048f3fb 100644 --- a/index.html +++ b/index.html @@ -60,17 +60,17 @@
+ class="brightness slider is-fullwidth is-primary" + min="0" max="2" value="1" step="0.1">
+ id="saturate" + class="saturate slider is-fullwidth is-primary" + min="0" max="2" value="1" step="0.1">
@@ -78,8 +78,8 @@
+ class="contrast slider is-fullwidth is-primary" + min="0" max="2" value="1" step="0.1">
@@ -89,6 +89,15 @@ +
+ +
+ +
+
@@ -103,43 +112,52 @@
+ id="brightness" + class="brightness slider is-fullwidth is-primary" + min="0" max="2" value="1" step="0.1">
+ id="saturate" + class="saturate slider is-fullwidth is-primary" + min="0" max="2" value="1" step="0.1">
+ id="contrast" + class="contrast slider is-fullwidth is-primary" + min="0" max="2" value="1" step="0.1">
+
+ +
+ +
+
-- cgit v1.2.3