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,7 +1,7 @@
|
||||
use std::path::Path;
|
||||
|
||||
fn main() {
|
||||
let path = Path::new("/home/hc/Pictures/_psd_stil_test/sultan.psd");
|
||||
let path = Path::new("_images/_psd_stil_test/sultan.psd");
|
||||
if !path.exists() {
|
||||
println!("File not found");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user