Fix video option

This commit is contained in:
Christoph Hagen
2025-01-05 10:38:09 +01:00
parent 01baf560ee
commit 5684196ef3
5 changed files with 89 additions and 67 deletions

View File

@ -37,7 +37,7 @@ struct ImageVersion {
"\(maximumWidth)-\(maximumHeight)-\(type.fileExtension!)"
}
/// The path of the generated image version in the output folder (without leading slash)
/// The path of the generated image version in the output folder (including leading slash)
var outputPath: String {
image.outputPath(width: maximumWidth, height: maximumHeight, type: type)
}