add screenshot
This commit is contained in:
parent
ea769dbb9e
commit
218a4380cf
|
@ -1,5 +1,7 @@
|
|||
## Bash script to optimize your images and convert them in WebP
|
||||
|
||||

|
||||
|
||||
### Prerequisite
|
||||
|
||||
* jpegoptim
|
||||
|
@ -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)
|
|
@ -1,5 +1,7 @@
|
|||
## Bash script to optimize your images and convert them in WebP
|
||||
|
||||

|
||||
|
||||
### Prerequisite
|
||||
|
||||
* jpegoptim
|
||||
|
@ -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)
|
BIN
img-optimize.png
Normal file
BIN
img-optimize.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
Reference in New Issue
Block a user