From b361d6b763ec1fbe7afe0b01b91e1b87f3552a3f Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 24 Apr 2022 21:02:15 +0300 Subject: fix: correct imagemagick image --- src/blog/2021-08-14.md | 2 +- src/public/emoji/imagemagick.png | Bin 107974 -> 26 bytes src/public/imagemagick.png | Bin 0 -> 107974 bytes 3 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 120000 src/public/emoji/imagemagick.png create mode 100644 src/public/imagemagick.png 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 diff --git a/src/public/emoji/imagemagick.png b/src/public/emoji/imagemagick.png deleted file mode 100644 index 4b67ed6..0000000 Binary files a/src/public/emoji/imagemagick.png and /dev/null differ diff --git a/src/public/emoji/imagemagick.png b/src/public/emoji/imagemagick.png new file mode 120000 index 0000000..8339512 --- /dev/null +++ b/src/public/emoji/imagemagick.png @@ -0,0 +1 @@ +src/public/imagemagick.png \ No newline at end of file diff --git a/src/public/imagemagick.png b/src/public/imagemagick.png new file mode 100644 index 0000000..4b67ed6 Binary files /dev/null and b/src/public/imagemagick.png differ -- cgit v1.2.3