Installing bimp on ubuntu
Tired of editing photos one at a time?
GIMP’s Batch Image Manipulation Plugin (BIMP) is your time-saving hero!
This handy plugin lets you apply common editing tasks like resize, crop, flip, rotate, and more to a whole batch of images at once. No more tedious repetitive editing!
How to install:
First of all, You need to install libpcre3-dev and libgimp2.0-dev packages for bimp to work.
To do this, open terminal and paste:
sudo apt-get install libgimp2.0-dev libpcre3-dev
Next, Download Bimp from the git repository and extract the .zip:
https://github.com/alessandrofrancesconi/gimp-plugin-bimp/archive/master.zip
Now, compile Bimp.
To do this, open terminal and change directory to the previously extracted bimp folder, for example:
cd /home/your-download-dir/gimp-plugin-bimp-master
Then, to install to all users, run:
make && sudo make install-admin
Or, if you want to install only for the current user, run:
make && make install
That`s all, now if you open gimp you can find the bcan find the batch process inatch process in the Files menu:
