aboutsummaryrefslogtreecommitdiff
path: root/_posts/2018-06-23-slicing-images-gimp-python.md
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2018-08-31 15:44:25 -0500
committerMelody Horn <melody@boringcactus.com>2018-08-31 15:44:25 -0500
commitec88adb4bc05a85692b41cfc764c091c347ec991 (patch)
treec8990f3a0f86c6789f9d5034c3c59a3a9a8fb385 /_posts/2018-06-23-slicing-images-gimp-python.md
parent1760ebea8ab6cef982693989ab0c22e48adc47fe (diff)
downloadboringcactus.com-ec88adb4bc05a85692b41cfc764c091c347ec991.tar.gz
boringcactus.com-ec88adb4bc05a85692b41cfc764c091c347ec991.zip
Add (in theory) Open Graph metadata
Diffstat (limited to '_posts/2018-06-23-slicing-images-gimp-python.md')
-rw-r--r--_posts/2018-06-23-slicing-images-gimp-python.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/_posts/2018-06-23-slicing-images-gimp-python.md b/_posts/2018-06-23-slicing-images-gimp-python.md
index 7d72247..1ad3514 100644
--- a/_posts/2018-06-23-slicing-images-gimp-python.md
+++ b/_posts/2018-06-23-slicing-images-gimp-python.md
@@ -3,8 +3,6 @@ layout: default
title: "Slicing and Dicing Images with GIMP and Python"
---
-# {{ page.title }}
-
Let's say you have one big image (say, a Telegram sticker) and you need to dice it into a bunch of smaller images (say, Discord emoji).
GIMP can let you do that manually, but frankly so can simpler tools.
GIMP also has powerful scripting support with Python (and also Scheme, but miss me with that) that can let us do that automatically.