gemini feat: optimize drawing performance by caching layer styles during strokes and improve UI/UX for layer styles and menus, improved drop shadow

This commit is contained in:
2026-07-13 14:37:22 +03:00
parent 356fac571d
commit 2284a7d81f
50 changed files with 777 additions and 239 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
fn main() {
let psd_path = "/home/hc/Pictures/_psd_stil_test/blend.psd";
let psd_path = "_images/_psd_stil_test/blend.psd";
let layers = match hcie_psd::import_psd(std::path::Path::new(psd_path)) {
Ok(l) => l,
Err(e) => {