left and right key

This commit is contained in:
Julian Freeman
2026-01-19 15:00:47 -04:00
parent 99c442663a
commit 3ed264f349
3 changed files with 33 additions and 3 deletions

View File

@@ -258,7 +258,7 @@ async fn export_batch(images: Vec<ExportImageTask>, watermark: WatermarkSettings
None => input_path.file_name().unwrap_or_default()
};
let output_path = Path::new(&output_dir).join(file_name);
let output_path = Path::new(&output_dir).join(file_name);
let _output_path = Path::new(&output_dir).join(file_name);
// Handle format specific saving
// JPEG does not support Alpha channel. If we save Rgba8 to Jpeg, it might fail or look wrong.