left and right key
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user