Gimp-Forum.net
GIMP Rename Layer (Pro) - Bulk rename-prefix / suffix-number - Printable Version

+- Gimp-Forum.net (https://www.gimp-forum.net)
+-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP)
+--- Forum: Extending the GIMP (https://www.gimp-forum.net/Forum-Extending-the-GIMP)
+--- Thread: GIMP Rename Layer (Pro) - Bulk rename-prefix / suffix-number (/Thread-GIMP-Rename-Layer-Pro-Bulk-rename-prefix-suffix-number)



GIMP Rename Layer (Pro) - Bulk rename-prefix / suffix-number - tarulahsan - 03-27-2026

I built this gimp plugin that renames 200+ layers instantly — would this help you guys- let me know your thoughts. You can try it here


Key Features
  •  Bulk auto-numbering (with padding)

  •  Find & Replace (case-sensitive option)

  •  Regex renaming support

  • Smart templates:
    • {index}{layer_name}
  •  Rename only selected layers
  •  Add prefix / suffix
  •  Top-to-bottom & bottom-to-top order
  •  Live preview (instant updates)
  •  Export layer names to file
[*][Image: brain.png?v=12]Compatible- GIMP 3 and above
[Image: 1234.png?v=12]Full Installtion tutorial included (Windows and Linux)


RE: GIMP Rename Layer (Pro) - Bulk rename-prefix / suffix-number - rich2005 - 03-28-2026

It would be nice if it did not cost $5+ just to download and try-out. Is it scheme / python / compiled ? Guessing not compiled.

There are alternatives:
A simple renaming script-fu plugin https://script-fu.github.io/artbox/hub/plugins/folder/Rename-Layers/ and https://script-fu.github.io/funky/hub/plug-ins/folder/Rename-Layers/
or
More comprehensive, the Batcher python plugin. https://kamilburda.github.io/batcher/
Comes with documentation on renaming: https://kamilburda.github.io/batcher/docs/renaming/


RE: GIMP Rename Layer (Pro) - Bulk rename-prefix / suffix-number - tarulahsan - 03-28-2026

(03-28-2026, 08:10 AM)rich2005 Wrote: It would be nice if it did not cost $5+ just to download and try-out.  Is it scheme / python / compiled ?  Guessing not compiled.

There are alternatives:
A simple renaming script-fu plugin https://script-fu.github.io/artbox/hub/plugins/folder/Rename-Layers/  and https://script-fu.github.io/funky/hub/plug-ins/folder/Rename-Layers/
or
More comprehensive, the Batcher python plugin.  https://kamilburda.github.io/batcher/
Comes with documentation on renaming:  https://kamilburda.github.io/batcher/docs/renaming/

I made it as pay what you want.. if you select 0 it should be free :-)


RE: GIMP Rename Layer (Pro) - Bulk rename-prefix / suffix-number - rich2005 - 03-28-2026

Ok, zero $$$ now works, takes you to a captcha, but that is the sad state of the internet these days.
Seems to work ok, A bit excessive for my use but all new Gimp plugins (and authors) are more than welcome.
I am sure it will generate interest.