Version 2.0 from testing branch #1

Merged
olesteep merged 105 commits from testing into master 2025-02-18 23:38:05 +03:00
Showing only changes of commit e5bf961ddb - Show all commits

View file

@ -71,7 +71,7 @@ class Params:
if not source.exists():
print("Requested path does not exists. Exiting!")
exit(255)
dest = Path(source.name + f"_compressed")
dest = Path(source.parent, source.name + f"_compressed")
return cls(
copy_unprocessed, force_compress, mimic_mode, hide_errors, webp_rgba, workers,