mirror of
https://gitlab.waag.org/make/fablab/interns/2025/sam.git
synced 2025-08-04 04:14:56 +00:00
initial commit
documenattion about git setup, imagemagick and the requirements for the drone
This commit is contained in:
9
docs/bootcamp/imagemagick.md
Normal file
9
docs/bootcamp/imagemagick.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Commands
|
||||
|
||||
## Image compression
|
||||
```bash
|
||||
magick source.jpg -strip -interlace Plane -gaussian-blur 0.05 -quality 85% result.jpg
|
||||
```
|
||||
[source](https://stackoverflow.com/questions/7261855/recommendation-for-compressing-jpg-files-with-imagemagick)
|
||||
|
||||
|
Reference in New Issue
Block a user