diff --git a/README.md b/README.md index 7320e09..af180da 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -## Bash script to optimize your images and convert them in WebP +## Bash script to optimize your images and convert them in WebP + +![img-optimize](https://raw.githubusercontent.com/VirtuBox/img-optimize/master/img-optimize.png) ### Prerequisite @@ -54,4 +56,5 @@ sudo -u www-data ./optimize.sh /path/to/your/images Conversion process can take a while, you can use `tmux` to launch the script and be able to close your ssh connection without interrupting conversion. Then just use `tmux attach` to login back in your tmux session. ### Credits + WebP conversion script is inspired by this [DigitalOcean Community Tutorial](https://www.digitalocean.com/community/tutorials/how-to-create-and-serve-webp-images-to-speed-up-your-website) \ No newline at end of file diff --git a/docs/README.md b/docs/README.md index 7320e09..af180da 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,4 +1,6 @@ -## Bash script to optimize your images and convert them in WebP +## Bash script to optimize your images and convert them in WebP + +![img-optimize](https://raw.githubusercontent.com/VirtuBox/img-optimize/master/img-optimize.png) ### Prerequisite @@ -54,4 +56,5 @@ sudo -u www-data ./optimize.sh /path/to/your/images Conversion process can take a while, you can use `tmux` to launch the script and be able to close your ssh connection without interrupting conversion. Then just use `tmux attach` to login back in your tmux session. ### Credits + WebP conversion script is inspired by this [DigitalOcean Community Tutorial](https://www.digitalocean.com/community/tutorials/how-to-create-and-serve-webp-images-to-speed-up-your-website) \ No newline at end of file diff --git a/img-optimize.png b/img-optimize.png new file mode 100644 index 0000000..b0f33ac Binary files /dev/null and b/img-optimize.png differ