gimp-plugin-bimp

BIMP. Batch Image Manipulation Plugin for GIMP.

Github星跟踪图

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 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

There's no need to install or compile BIMP on Mac, because the default native build of GIMP for Mac OSX 10.8
made by Simone from http://gimp.lisanet.de/Website/Download.html already includes BIMP!
(however, it's not guaranteed to be the very latest version of either BIMP or GIMP)

For those interested in remaining on the cutting edge, the instructions 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!

主要指标

概览
名称与所有者alessandrofrancesconi/gimp-plugin-bimp
主编程语言C
编程语言Makefile (语言数: 3)
平台
许可证Other
所有者活动
创建于2012-04-03 17:37:32
推送于2024-08-15 15:23:04
最后一次提交2023-03-19 21:58:43
发布数14
最新版本名称v2.6 (发布于 )
第一版名称v1.13 (发布于 )
用户参与
星数0.9k
关注者数42
派生数92
提交数215
已启用问题?
问题数395
打开的问题数190
拉请求数19
打开的拉请求数4
关闭的拉请求数4
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?