MCPcopy Index your code
hub / github.com/alessandrofrancesconi/gimp-plugin-bimp

github.com/alessandrofrancesconi/gimp-plugin-bimp @v2.6

Chat with this repo
repository ↗ · DeepWiki ↗ · release v2.6 ↗ · + Follow
226 symbols 420 edges 35 files 33 documented · 15%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

BIMP. Batch Image Manipulation Plugin for GIMP.

With BIMP you can apply a set of GIMP manipulations on groups of images. Documentation @ http://www.alessandrofrancesconi.it/projects/bimp

A screenshot of BIMP

Installing on Windows

BIMP can be easily installed on your Windows 32/64bit machine with the official installer: https://github.com/alessandrofrancesconi/gimp-plugin-bimp/releases/latest/ then download gimp-plugin-bimp_win32.exe

Note for GIMP Portable users: If you experience strange things like missing buttons or totally white windows, first ensure you have installed the latest version of the GTK+ runtime (download it from here).

Compiling and installing on Linux

You must have gimptool installed in order to have the full set of libraries and dependences needed to compile BIMP (names can differ depending on the distro).

For Debian-based (Ubuntu, Linux Mint, ...)

sudo apt-get install libgimp2.0-dev libgegl-dev

For Fedora:

sudo dnf install gimp-devel-tools

Extract the archive containing the BIMP's sources and get into the extracted folder with cd. Then:

make && make install

Or:

make && sudo make install-admin

to make and install for every user in the system (needs root privileges).

For Mac OSX users

Starting from BIMP 2.5, the MacOS version is available in the Release page: https://github.com/alessandrofrancesconi/gimp-plugin-bimp/releases. Please note: it may not work in every GIMP/MacOS version. See the release page for details.

For those interested in remaining on the cutting edge, the instructions to compile are as follows:

  1. Install MacPorts
  2. Install prerequisites: sudo port install coreutils
  3. Add /opt/local/libexec/gnubin to your PATH to make them the GNU tools the default: PATH=/opt/local/libexec/gnubin:$PATH (You can also add this to your login profile if you want the change to be permanent).
  4. Install GIMP with MacPorts: sudo port install gimp +quartz (You can leave off the +quartz if you prefer GIMP to run in the X11 environment instead of natively.)
  5. Follow the build and install instructions for Linux.
  6. Look at the output for the install command. If your plug-in directory contains a space in its name (as would happen if it is in the Application Support folder), then there will be a copy command which failed listed. You will need to perform that copy command manually with the destination directory properly wrapped in quotes. I.e. if you see
cp ./bin/bimp /Users/NAME/Library/Application Support/GIMP/2.8/plug-ins
cp: target 'Support/GIMP/2.8/plug-ins' is not a directory

then you need to do cp ./bin/bimp "/Users/NAME/Library/Application Support/GIMP/2.8/plug-ins".

Note: Even though you have to install GIMP from MacPorts in order to build the binaries for BIMP, they should work just fine with the self-contained GIMP build from gimp.org. In fact, you could probably uninstall the MacPorts version once the binaries are built, but you'll need to reinstall it each time you want to update BIMP.

Support this project

Visit http://github.com/alessandrofrancesconi/gimp-plugin-bimp/issues and post alerts for bugs or enhancements. Make it better!

Core symbols most depended-on inside this repo

bimp_show_error_dialog
called by 11
src/bimp-gui.c
str_contains_cins
called by 7
src/bimp-utils.c
pdb_proc_get_param_info
called by 5
src/bimp-utils.c
bimp_refresh_fileview
called by 5
src/bimp-gui.c
bimp_refresh_sequence_panel
called by 5
src/bimp-gui.c
file_filters_add_patterns
called by 5
src/manipulation-gui/gui-watermark.c
bimp_list_contains_manip
called by 4
src/bimp-manipulations.c
bimp_list_get_manip
called by 4
src/bimp-manipulations.c

Shape

Function 168
Class 50
Enum 8

Languages

C88%
C++12%

Modules by API surface

src/bimp-gui.c43 symbols
src/bimp-serialize.c30 symbols
src/bimp-operate.c27 symbols
src/bimp-manipulations.c27 symbols
src/bimp-manipulations.h25 symbols
src/bimp-utils.c19 symbols
src/manipulation-gui/gui-changeformat.c12 symbols
src/manipulation-gui/gui-userdef.c9 symbols
src/manipulation-gui/gui-watermark.c7 symbols
src/manipulation-gui/gui-resize.c6 symbols
src/manipulation-gui/gui-crop.c5 symbols
src/bimp.c4 symbols

For agents

$ claude mcp add gimp-plugin-bimp \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page