Switch to pure Go JPEG, WEBP, AVIF and JXL codecs

This commit is contained in:
Milan Nikolic
2026-08-17 00:06:19 +02:00
parent 9f6792eaae
commit 38cb375a93
18 changed files with 56 additions and 96 deletions
+2 -2
View File
@@ -74,8 +74,8 @@ func init() {
EffortSpeed: "Geschwindigkeit",
EffortEffort: "Aufwand",
TipEffortWebp: "WEBP-Methode, höher ist besser/langsamer (0-6, Standard 4)",
TipEffortAvif: "AVIF-Geschwindigkeit, höher ist schneller/schlechter (0-10, Standard 10)",
TipEffortJxl: "JXL-Aufwand, höher ist besser/langsamer (1-10, Standard 7)",
TipEffortAvif: "AVIF-Geschwindigkeit, höher ist schneller/schlechter (0-10, Standard 6)",
TipEffortJxl: "JXL-Aufwand, höher ist besser/langsamer (1-7, Standard 7)",
BtnAddFiles: "&Dateien hinzufügen...",
BtnAddDir: "&Verzeichnis hinzufügen...",