diff options
Diffstat (limited to 'src/blog/2021-08-14.md')
-rw-r--r-- | src/blog/2021-08-14.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blog/2021-08-14.md b/src/blog/2021-08-14.md index e98d78f..935d2a3 100644 --- a/src/blog/2021-08-14.md +++ b/src/blog/2021-08-14.md @@ -59,7 +59,7 @@ On the first two lines I just create variables for input and output images. Then Now let's have a closer look at the recipe for creating `out/%.png` from `src/%.*`. I use `magick` on the input file (denoted by `$<`), then pass a whole bunch of parameters to it, and finally provide the output file (`$@`). If you are confused by `$<` and `$@`, check out [Makefile cheatsheet](https://devhints.io/makefile). -![imagemagick-logo](/public/emoji/imagemagick.png) +![imagemagick-logo](/public/imagemagick.png) ## Removing the background |