Browse Source

Update 'README.md'

master
Joshua Pickard 4 years ago
parent
commit
bc9938a21a
  1. 6
      README.md

6
README.md

@ -30,6 +30,12 @@ My cheat sheet for commands I have trouble remembering.
## Convert webp to JPG/PNG ## Convert webp to JPG/PNG
```dwebp mycat.webp -o mycat.png``` ```dwebp mycat.webp -o mycat.png```
### ExifTool
#### List metadata of image
`exiftool image.jpg`
#### Remove metadata of image
`exiftool -all= image.jpg` /or/ `exiftool -all= *.jpg`
## UFW ## UFW
### Examples ### Examples

Loading…
Cancel
Save