summaryrefslogtreecommitdiffstats
path: root/content/en/articles/gify-back-to-bash-scripting/index.md
diff options
context:
space:
mode:
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.md4
1 files changed, 2 insertions, 2 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 81de00e..edf0f1e 100644
--- a/content/en/articles/gify-back-to-bash-scripting/index.md
+++ b/content/en/articles/gify-back-to-bash-scripting/index.md
@@ -1,13 +1,13 @@
+++
title = "gify.sh – back to bash scripting"
author = "Danilo M."
-type = "article"
+type = "tech"
date = "2016-01-25T12:41:06+00:00"
image = "G0092546.jpg"
categories = ["code", "diy", "fotografia"]
tags = ["bash", "convert", "gif", "imagemagik", "mogrify", "script"]
+++
-{{< image src="/uploads/2016/01/piscaturi.gif" alt="piccoli pescatori crescono" caption="gif image created using gify.sh" >}}
+{{< image class="max-w-lg mx-auto" src="piscaturi.gif" alt="piccoli pescatori crescono" caption="gif image created using gify.sh" >}}
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.