summaryrefslogtreecommitdiff
path: root/src/pages/blog/2021-08-14.md
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2022-10-23 23:54:14 +0300
committereug-vs <eugene@eug-vs.xyz>2022-10-23 23:54:14 +0300
commit159150afc918cf13f353ffbcc5abd3ab1b62432c (patch)
tree82ae3d6eda53f74e57f38c115e71f85e150d70d7 /src/pages/blog/2021-08-14.md
parent0945a5bad65a00d0aa837528a9e0575e9905ccea (diff)
downloadeug-vs-xyz-159150afc918cf13f353ffbcc5abd3ab1b62432c.tar.gz
feat: add layouts
Diffstat (limited to 'src/pages/blog/2021-08-14.md')
-rw-r--r--src/pages/blog/2021-08-14.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pages/blog/2021-08-14.md b/src/pages/blog/2021-08-14.md
index 935d2a3..58eac63 100644
--- a/src/pages/blog/2021-08-14.md
+++ b/src/pages/blog/2021-08-14.md
@@ -1,3 +1,6 @@
+---
+layout: ../../layouts/BlogLayout.astro
+---
# Using imagemagick :imagemagick: to crop soy faces
I'm pretty sure everyone knows that sometimes finding a good **PNG** can be very hard, while there's always a bunch of the same **JPEG** images with the white background.
After searching for 10 minutes, you decide to remove background yourself - using [GIMP](https://gimp.org) or something like `Photoshop` or `PAINT.NET` if you are on Windows. **Forget about it!** I'm gonna show you how you can use [imagemagick](https://imagemagick.org/) to automate basic tasks like removing background and cropping images.