New: Contact Sheet plug-in for GIMP 3

I’ve released version 1 of my Contact Sheet plug-in for GIMP 3:

https://www.chuckhenrich.com/contact-sheets-in-gimp-3/

Details are in the blog post. Here’s a screenshot of the main dialog:

Supported languages are:

Nederlands (Dutch)
English
Français (French (Français)
Deutsch (German)
Italiano (Italian)
Magyar (Hungarian)
日本語 (Japanese)
Polski (Polish)
Português (Portuguese)
Português (Brazilian)
Español (Spanish)
Українська (Ukrainian)
简体中文 (Chinese (Simplified))
繁體中文 (Chinese (Traditional))

Many many thanks to Joe @jpicture for the inspiration, ideas, and robust testing!

Please let me know what you think. And if you have any suggestions, I’m all ears.

7 Likes

It’s been a real pleasure to be involved in this Chuck!
Thanks for all your diligence and hard work - the plugin is ace, and is a big asset for GIMP :pray:

1 Like

Thank You very much for this excellent plugin.
The one I downloaded earlier didn’t work, so I was only able to test it today.

Two small details:

  1. The problem with the theme in Windows can be solved by adding:
    GimpUi.init(‘contact-sheet-v3’)

  1. You have misleading information on Your website:

Thanks for the kind words! And thanks for letting me know about the incorrect menu advice. I’ve fixed that.

Re the Windows theme, I tried GimpUi.init(“contact-sheet-v3”) and it worked but not great. I saw white top borders on buttons and other things that look funky to me (in a bad way). You’d be surprised how much work I’ve put in trying to get the UI files to behave properly in Windows vs Linux. I gave up, since it’s a cosmetic issue. I may be able to find a solution that I like at some point. But for now, if you’re happy editing the .py file and it works for you, that’s great!