02-19-2023, 01:46 AM
(02-18-2023, 09:15 PM)danboid Wrote: Rich: Yes, thats what I'm trying to do.
Sorry I should've mentioned I'm running Debian Testing / GIMP 2.10. Debian Testing doesn't package python2 any more which I think is required to run any/all of the those ofn plugins. I'd probably have to build python2 from source and rebuild GIMP with pygtk support to use those ofn plugins, would I?
It might be easier to use the Windows version of GIMP under wine? I've not tried that yet.
Can anyone think of an easy way to do this without using any python GIMP plugins?
I asked chatgpt if it could write me a GIMP scheme plugin to do this but it didn't quite work:
http://uzebox.org/forums/viewtopic.php?f=3&t=11222
EDIT:
It seems Image -> Slice using guides might be what I need to use?
EDIT 2
Maybe but there doesn't seem to be an automated way to add new guides at intervals, they have to be calculated and created individually it seems.
I'd like a method that doesn't involve using wine or windows to use python plugins.
You can install Gimp as a flatpak or as an AppImage. IIRC they come with Python built-in.
Otherwise I also have a script that allows you to use predefined sets of guides (that you can even attach to a keyboard shortcut).