Skip to content

Commit

Permalink
Some improvements
Browse files Browse the repository at this point in the history
- Enabled multithreading
- Disabled ASM info
- Increased compression method from 4 (default) to 6
  • Loading branch information
ThreeDeeJay committed May 24, 2022
1 parent 605f8ad commit eddacea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cwebp.exe
2 changes: 1 addition & 1 deletion PNG-WebP.bat
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ EXIT /B

:Encode
ECHO Encoding %2
"%~dp0cwebp.exe" -v -progress -lossless -z 8 %1 -o %2
"%~dp0cwebp.exe" -v -mt -noasm -metadata all -progress -lossless -z 8 -m 6 %1 -o %2
ECHO.
EXIT /B

0 comments on commit eddacea

Please sign in to comment.