summaryrefslogtreecommitdiffstats
path: root/content/en/articles/gify-back-to-bash-scripting/index.md
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-18 18:19:47 +0200
committerDanilo M. <danix@danix.xyz>2026-04-18 18:19:47 +0200
commit46779476a570346661a2741607265caed42829b2 (patch)
tree40ceae59ea6733fbd4dcce41d9ff6e5b24fc3d4e /content/en/articles/gify-back-to-bash-scripting/index.md
parentc1407fa9fb558e42588aa194a53e78a087f045f0 (diff)
downloaddanixxyz-46779476a570346661a2741607265caed42829b2.tar.gz
danixxyz-46779476a570346661a2741607265caed42829b2.zip
consolidated duplicated shortcodes. Initial fix of the content files. Manual review needed
Diffstat (limited to 'content/en/articles/gify-back-to-bash-scripting/index.md')
-rw-r--r--content/en/articles/gify-back-to-bash-scripting/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/en/articles/gify-back-to-bash-scripting/index.md b/content/en/articles/gify-back-to-bash-scripting/index.md
index ee47220..7841895 100644
--- a/content/en/articles/gify-back-to-bash-scripting/index.md
+++ b/content/en/articles/gify-back-to-bash-scripting/index.md
@@ -7,7 +7,7 @@ image = "/uppies/2016/01/G0092546.jpg"
categories = ["code", "diy", "fotografia"]
tags = ["bash", "convert", "gif", "imagemagik", "mogrify", "script"]
+++
-{{< image class="max-w-lg mx-auto" src="piscaturi.gif" alt="piccoli pescatori crescono" caption="gif image created using gify.sh" >}}
+{{< image class="max-w-lg mx-auto" src="/uppies/2016/01/piscaturi.gif" alt="piccoli pescatori crescono" caption="gif image created using gify.sh" >}}{{< /image >}}
Today I'll present you a useful script that will help you create amazing gifs from your still photos using a couple tools from the [IMAGEMAGIK](https://www.imagemagick.org) suite, so without further ado, here it is, straight from github's gists.