BIMP is useful to apply filter to multiple images in GIMP.
HOW TO INSTALL BIMP on Ubuntu 14.04 x64
sudo apt-get install libgimp2.0-dev
(optionally:
sudo apt-get build-dep gimp)
make
make install
Homepage: http://registry.gimp.org/node/26259
Compiled binary for Ubuntu 14.04 x64
download
just copy this binary to:
~/.gimp-2.8/plug-ins/bimp
chmod 772 ~/.gimp-2.8/plug-ins/bimp
I've been looking for this.. thank you..
ReplyDeleteThank You, Bartosz. Bimp plugin is required in Linda Gimp video tutorial course and I am on Ubuntu, so your instructions were extremely helpful !!!
ReplyDeleteThe latest install procedure for BIMP is:
ReplyDelete1. Install the libgimp2.0-dev and libpcre3-dev packages (in order to have the full set of libraries and dependences to compile BIMP).
sudo apt-get install libgimp2.0-dev libpcre3-dev
2. Download the latest BIMP source code from https://github.com/alessandrofrancesconi/gimp-plugin-bimp/releases/tag/v1.17
3. Extract the downloaded archive, open a Terminal windows (Ctrl + Alt + T) and use cd to navigte to the extracted folder.
4. Once you're in the folder, install BIMP with:
make && make install
This comment has been removed by the author.
ReplyDeleteJake, thanks you so much for your explanation :)
ReplyDeletethanks for posting the binary.. just what I needed :)
ReplyDelete