-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathconfig_maximum.json
More file actions
28 lines (23 loc) · 994 Bytes
/
config_maximum.json
File metadata and controls
28 lines (23 loc) · 994 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"_comment": "MAXIMUM PRESET - Strongest Protection for High-Value Content",
"_description": "Maximum protection strength with visible watermark option. Minor artifacts may be visible at 100% zoom. Best for valuable artwork, exclusive content, and situations where protection is more important than perfect visual quality",
"_use_case": "Original artwork, NFT images, exclusive photography, copyright-sensitive material, high-value digital assets, commercial artwork",
"dct_strength": 0.15,
"wavelet_strength": 0.12,
"fourier_strength": 0.13,
"adversarial_strength": 0.04,
"qr_opacity": 0.05,
"noise_strength": 0.025,
"color_shift_strength": 0.08,
"use_adversarial": true,
"use_frequency_masking": true,
"use_texture_synthesis": true,
"use_multi_scale": true,
"jpeg_quality": 95,
"png_compression": 6,
"preserve_quality": true,
"add_visible_watermark": true,
"watermark_text": "© Protected",
"batch_size": 4,
"output_format": "same"
}