From ab4459ea2446ced5b93e84aa779f29d80708f374 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sat, 14 Sep 2024 15:44:33 -0600 Subject: 11ty --- _posts/2018-06-23-slicing-images-gimp-python.md | 1 + 1 file changed, 1 insertion(+) (limited to '_posts/2018-06-23-slicing-images-gimp-python.md') diff --git a/_posts/2018-06-23-slicing-images-gimp-python.md b/_posts/2018-06-23-slicing-images-gimp-python.md index 83264b8..e22f539 100644 --- a/_posts/2018-06-23-slicing-images-gimp-python.md +++ b/_posts/2018-06-23-slicing-images-gimp-python.md @@ -10,6 +10,7 @@ GIMP also has powerful scripting support with Python (and also Scheme, but miss ## TL;DR how do i do the thing 1. Save your large image somewhere with a useful filename; this script will chuck `_1_1` and `_1_2` etc on the end of the existing filename. + 2. Open that image in GIMP. 3. Go to the Filters menu, open Python-Fu, and hit Console. 4. Set up the width and height of your tiles. For 64x64 tiles, for example, type -- cgit v1.2.3