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:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user