New plugin: Social Media Exporter

I’ve published a new GIMP 3 plugin: the Social Media Exporter. It exports any open image to as many social media/web sizes as you want, in a single pass. 33 built-in presets across 9 platforms, crop-to-fit or pad-to-fit, scale to dimensions, optional border, output sharpening, JPEG/PNG/WebP.

It automates the workflow I kept doing manually: duplicate, scale, fuss with borders, export, repeat. The idea comes from Greg Benz’s Web Sharp Pro in Photoshop.

I tried using Batcher but it’s not a good fit for what I need: one image, multiple social and web exports with one click. Batcher is a general-purpose batch processor that applies procedures to multiple input files. Resizing and exporting to social media sizes is possible, but you have to dig through multiple dialog levels, and it only exports to one format at a time. Also, Batcher installs 9 entries into GIMP’s File menu, when only a couple would suffice with a little imagination. The Social Media Exporter adds one menu item and does more, more efficiently.

Full writeup, feature walkthrough, and download at:

https://www.chuckhenrich.com/social-media-export-plugin-gimp/

As always, bug reports and enhancement suggestions are most welcome! (Watermarking is on the roadmap.)

3 Likes

I have being trying to use GIMP more, and trying to make it more powerful with the available plugins, so this seems interesting to me. Thanks for sharing it.

But one question: I noticed you only shared a zip download file.
Why not share a git repo (on github or anywhere else)?

I personally like prefer getting software from webpage that I can see its recent progress, so I know something is maintained or not.

I might give it a try later, and I will let you know my experience.

Cheers,

I considered using a git repo or something like it, but honestly I can’t be bothered with the admin overhead. It’s just easier for me to handle development on my own system.

1 Like