feat/88-profiling-presets
development
src-tauri/src/settings.rs
src-tauri/src/lib.rs
ProfilingPreset
AppSettings.custom_presets
Standard RGB Photo (800 patches)
High-Gamut CMYK Proofing (1500 patches)
Fast RGB Draft (400 patches)
Ultra Precision RGB (2500 patches)
get_all_presets
save_preset
delete_preset
export_preset_json
import_preset_json
settings.rs
src/index.html
src/js/presets.js
src/js/app.js
Fixes #88.
No dependencies set.
The note is not visible to the blocked user.
Summary of Changes
src-tauri/src/settings.rs,src-tauri/src/lib.rs):ProfilingPresetmodel andAppSettings.custom_presets.Standard RGB Photo (800 patches),High-Gamut CMYK Proofing (1500 patches),Fast RGB Draft (400 patches),Ultra Precision RGB (2500 patches).get_all_presets,save_preset,delete_preset,export_preset_json, andimport_preset_jsoncommands.settings.rstesting preset defaults, serialization/deserialization, and format compatibility.src/index.html,src/js/presets.js,src/js/app.js):Fixes #88.