mirror of
https://gitlab.waag.org/make/fablab/interns/2025/sam.git
synced 2025-08-04 12:24:56 +00:00
added links and mkdocs docs
This commit is contained in:
@@ -4,6 +4,6 @@
|
|||||||
```bash
|
```bash
|
||||||
magick source.jpg -strip -interlace Plane -gaussian-blur 0.05 -quality 85% result.jpg
|
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)
|
* [command source](https://stackoverflow.com/questions/7261855/recommendation-for-compressing-jpg-files-with-imagemagick)
|
||||||
|
* [image resizing](https://legacy.imagemagick.org/Usage/resize/)
|
||||||
|
|
||||||
|
@@ -60,7 +60,7 @@ pages:
|
|||||||
|
|
||||||
What does everything do?
|
What does everything do?
|
||||||
|
|
||||||
| pages | Description |
|
| Variables | Description |
|
||||||
|--------------- |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|--------------- |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||||
| image | Defines what OS should be used to for the scripts |
|
| image | Defines what OS should be used to for the scripts |
|
||||||
| before_script | Commands to run before you run the script or build something |
|
| before_script | Commands to run before you run the script or build something |
|
||||||
|
Reference in New Issue
Block a user