Wire progressive JPEG, AVIF speed, and custom per-format quality to encoder

This commit is contained in:
2026-03-06 15:07:54 +02:00
parent 3bc3d89ead
commit cd286a23de
5 changed files with 66 additions and 9 deletions

View File

@@ -40,6 +40,8 @@ impl Preset {
watermark: self.watermark.clone(),
rename: self.rename.clone(),
preserve_directory_structure: false,
progressive_jpeg: false,
avif_speed: 6,
}
}