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:
@@ -115,7 +115,7 @@ fn main() {
|
||||
use std::io::BufWriter;
|
||||
let out_file = std::env::var("SULTAN_RESULTS_FILE").unwrap_or_else(|_| "sultan_results.txt".to_string());
|
||||
let mut writer = BufWriter::new(File::create(out_file).unwrap());
|
||||
let base = "/home/hc/Pictures/_psd_stil_test/sultan_test";
|
||||
let base = "_images/_psd_stil_test/sultan_test";
|
||||
let sultan_dir = format!("{}/sultan", base);
|
||||
|
||||
let layers = [
|
||||
|
||||
Reference in New Issue
Block a user