Last active
January 9, 2020 03:44
-
-
Save Tolerant/861d3247b67a68aaf03d125c26128004 to your computer and use it in GitHub Desktop.
Оптимизация изображений
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://habr.com/ru/post/482820/#comment_21096120 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -i image.png -s 320x240 -c:a copy image_320x240.png | |
leanify image320x240.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment