diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-04-24 21:02:15 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-04-24 21:02:15 +0300 |
commit | b361d6b763ec1fbe7afe0b01b91e1b87f3552a3f (patch) | |
tree | 5ddd1b6dccb003d06ba91781d7fe5547c35fa373 | |
parent | f9760257f7e969862bc9b1e01d733000724c30b3 (diff) | |
download | eug-vs-xyz-b361d6b763ec1fbe7afe0b01b91e1b87f3552a3f.tar.gz |
fix: correct imagemagick image
-rw-r--r-- | src/blog/2021-08-14.md | 2 | ||||
l---------[-rw-r--r--] | src/public/emoji/imagemagick.png | bin | 107974 -> 26 bytes | |||
-rw-r--r-- | src/public/imagemagick.png | bin | 0 -> 107974 bytes |
3 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 diff --git a/src/public/emoji/imagemagick.png b/src/public/emoji/imagemagick.png Binary files differindex 4b67ed6..8339512 100644..120000 --- a/src/public/emoji/imagemagick.png +++ b/src/public/emoji/imagemagick.png diff --git a/src/public/imagemagick.png b/src/public/imagemagick.png Binary files differnew file mode 100644 index 0000000..4b67ed6 --- /dev/null +++ b/src/public/imagemagick.png |