You've already forked ImageCompressor
mirror of
https://github.com/Llloooggg/ImageCompressor.git
synced 2026-03-05 19:16:23 +03:00
Убрана проверка для oxipng
This commit is contained in:
@@ -285,7 +285,7 @@ def main():
|
||||
input_dir = Path(os.getcwd())
|
||||
|
||||
print("Проверка утилит...")
|
||||
required_tools = ["cjpeg-static.exe", "cwebp.exe", "oxipng.exe"]
|
||||
required_tools = ["cjpeg-static.exe", "cwebp.exe"]
|
||||
missing = []
|
||||
for tool in required_tools:
|
||||
if not os.path.exists(get_tool_path(tool)):
|
||||
|
||||
Reference in New Issue
Block a user