Add visual size preview to resize step

Show proportional rectangles comparing original image dimensions
(gray) vs target output dimensions (blue). Preview updates live
as the user changes width/height values. Uses first loaded image
for actual dimensions when available.
This commit is contained in:
2026-03-06 14:05:52 +02:00
parent 3070980241
commit 8e50fa5e87
2 changed files with 125 additions and 2 deletions

View File

@@ -8,3 +8,4 @@ license.workspace = true
pixstrip-core = { workspace = true }
gtk = { package = "gtk4", version = "0.11.0", features = ["gnome_49"] }
adw = { package = "libadwaita", version = "0.9.1", features = ["v1_8"] }
image = "0.25"