How to install BIMP plugin for GIMP 2.10 on your macOS device | Batch Image Manipulation Plugin

  Рет қаралды 5,671

Askdoudou

Askdoudou

4 жыл бұрын

#BatchProcessing #GIMP #AskDoudou #macOS
⛔️ 👇🏼👇🏼👇🏼👇🏼👇🏼👇🏼
UPDATES as of 03.02.2021 | Easy-peasy installation process, check my Latest tutorial 💯 working on Big Sur and Catalina: • How to install BIMP pl...
⛔️ 👆🏼👆🏼👆🏼👆🏼👆🏼
In this tutorial, I will show you a fast and easy process on how to install BIMP or Batch Image Manipulation Plugin for the latest version of GIMP 2.10 on your macOS device using simple command action.
Briefly, GIMP considered as the best free Photoshop alternative, is a very neat, yet powerful image processing program, with loads of options, and plugins. But there's one thing it does not do well - and that's automated batch image manipulations. Basically, you can't really record a set of image processing actions and then repeat them when needed. Unless you got the BIMP plugin installed on your machine.
With BIMP you can apply a set of manipulations to an entire group of images! It provides an easy to use interface and a lot of image batch functions:
• Resize
• Crop
• Flip and rotate
• Blurring and sharpening
• Color (and curve) correction
• Watermark
• Rename
• Change compression and format
• ... and almost whatever you want!
Luckily, for Windows folks it’s an easy-peasy process, since they got a separate EXE installer. Unfortunately for Linux, and macOS users just like me, will need to compile plugin’s source code, because there are no official pre-ready installation packages.
If you know of a better solution, or if you face installation problems, drop me a question or a comment bellow by adding #AskDoudou, following your comment, I will get back to you as soon as possible.
-------------------------------------------
Shortcut to launch Search bar: Command (or Cmd) ⌘ + Space bar
***
To make sure you have the Xcode command line tools installed in your device:
xcode-select -p
***
Open Plugin Folder in Terminal: Type the following: cd ../path/to/your/folder
Just highlight the folder, and hit Copy and then move to Terminal and Paste it.
***
To install the plugin, Type following command on your terminal while inside the main plugin folder:
make && make install
make : builds the project artifacts
&&: ensures that the next step is executed only if previous one was successful.
make install : install project artifacts to their configured destinations.
-------------------------------------------
For Windows users, I covered a Tutorial on how to use BIMP on GIMP latest version:
• How to add Watermark t...
‪@rebeloper‬ Team: Xcode Tutorial - How to download & Install Xcode for iOS
• Xcode Tutorial - How t...
GIMP for macOS latest version 2.10.14:
www.gimp.org/downloads/
BIMP Plugin Official website developed by @Alessandro Francesconi
alessandrofrancesconi.it/proj...
Download BIMP source code latest version BIMP 2.4 (32 bit) from Github:
github.com/alessandrofrancesc...
Download Xcode 12 on your machine:
developer.apple.com/xcode/
-------------------------------------------
🎵 MUSIC I USE A LOT:
Check this playlist, it contains most of music I use in my videos: bit.ly/2UA78Gi
Check this channel for Free No copyright music for vLog: bit.ly/3fdsb9I
-------------------------------------------
🎧 Background Sound & Music:
Song: JJD - Adventure [NCS Release]
Music provided by NoCopyrightSounds.
Watch: • JJD - Adventure | Glit...
Download/Stream: ncs.io/adventure
-------------------------------------------
📸 Background images on my Mac, Many thanks to all those artists, you can find full list from this link: unsplash.com/collections/1139...
-------------------------------------------
🎥 Video editing Program: Ae-Pr-Au-Ps-Ai
-------------------------------------------

Пікірлер: 38
@Askdoudou
@Askdoudou 3 жыл бұрын
⛔️👇🏼👇🏼👇🏼👇🏼👇🏼👇🏼 If you still haven't install BIMP on your macOS, check my Latest tutorial its 💯 working on Big Sur and Catalina without any errors: kzbin.info/www/bejne/mXSQoJmXbNmlia8​ ⛔️👆🏼👆🏼👆🏼👆🏼👆🏼
@alimrandoudou1661
@alimrandoudou1661 3 жыл бұрын
Thank you for the Video :) this was Helpful 👍
@Askdoudou
@Askdoudou 3 жыл бұрын
Glad it was helpful!
@doudoufamily6967
@doudoufamily6967 4 жыл бұрын
Keep up with the good work ;)
@samgood5800
@samgood5800 3 жыл бұрын
Did it work for you?
@doudoufamily6967
@doudoufamily6967 3 жыл бұрын
Sam Good yes it worked.
@Askdoudou
@Askdoudou 3 жыл бұрын
If u need assistance let me know. In comment
@forzafilms6650
@forzafilms6650 3 жыл бұрын
Not working. I have Xcode. The folder you show in video has more files than the actual folder in Github. In terminal appear after make && make install: Command not found
@Askdoudou
@Askdoudou 3 жыл бұрын
I got the zip file From link in description GitHub. It should be the same. If you already have xcode installed and coreutils, you have to make sure that you add the Path to your batch profile, otherwise the command wont know what file to call.
@forzafilms6650
@forzafilms6650 3 жыл бұрын
@@Askdoudou Thank you! I will try this solution!
@Askdoudou
@Askdoudou 3 жыл бұрын
If you still haven't install BIMP on your macOS, check my Latest tutorial its 💯 working on Big Sur and Catalina without any errors: kzbin.info/www/bejne/mXSQoJmXbNmlia8​
@ilhaam83
@ilhaam83 3 жыл бұрын
#askdoudou Hi Doudou, when i copy and paste the gimp plugin to the terminal and select enter, I get 'no such file or directory'. I have xcode, and I have downloaded the plugin from github. Could you kindly advise?
@Askdoudou
@Askdoudou 3 жыл бұрын
Thanks for reaching me out! Ok have you unzipped the file ? Can you also write this command in your Terminal and tell me what you got ! cat ~/.bash_profile
@pche85
@pche85 3 жыл бұрын
@@Askdoudou hello thanks a lot for your video. it`s happen the same thing with me. It`s show me this message Cassios-MacBook-Air:gimp-plugin-bimp-master cassio$ make && make install make: gimptool-2.0: Command not found which gimptool-2.0 && \ gcc -o ./bin/bimp -Wall -O2 -Wno-unused-variable -Wno-pointer-sign src/*.c src/manipulation-gui/*.c src/images/*.c -lm -DGIMP_DISABLE_DEPRECATED make: *** [make] Error 1 And when I try to type cat ~/.bash_profile, as you mentioned above appear to me this: Cassios-MacBook-Air:gimp-plugin-bimp-master cassio$ cat ~/.bash_profile cat: /Users/cassio/.bash_profile: No such file or directory Cassios-MacBook-Air:gimp-plugin-bimp-master cassio$ What could be the problem? Thanks a lot for your helping on this issue
@Askdoudou
@Askdoudou 3 жыл бұрын
Hello, so back to this Error, this actually means that the "gimptool-2.0" is not installed neither available in your device. This Package is required in order to compile and install the plugin. Hence, I would like you to take these steps to make this work: Open your Terminal and then type: 1- sudo apt install build-essential (if this is successful next one, otherwise, please tell me what OS version you have) 2- sudo apt install libgimp2.0-dev git ( this will install install gimp dev libs and git client) If you successfully installed those 2 packs, then proceed with the steps in video. Let me know, if this worked for you. I will be glad to share with others also.
@Askdoudou
@Askdoudou 3 жыл бұрын
If you still haven't install BIMP on your macOS, check my Latest tutorial its 💯 working on Big Sur and Catalina without any errors: kzbin.info/www/bejne/mXSQoJmXbNmlia8​
@Askdoudou
@Askdoudou 3 жыл бұрын
@@pche85 If you still haven't install BIMP on your macOS, check my Latest tutorial its 💯 working on Big Sur and Catalina without any errors: kzbin.info/www/bejne/mXSQoJmXbNmlia8​
@weedsive1200
@weedsive1200 3 жыл бұрын
I can't even install Xcode on my Mac OS High Sierra 10.13.6, any ideas of how to do this?
@Askdoudou
@Askdoudou 3 жыл бұрын
You have to install Xcode 10 version manually. To do this, go to Apple developer website from this link: developer.apple.com/download/more/ You will require an Apple ID to access it. From Search bar on your left side, type Xcode 10 and you will see “Command Line Tools (macOS 10.13) for Xcode 10.1. Click to download the dmg file, and once done, double click on it for installation.
@weedsive1200
@weedsive1200 3 жыл бұрын
@@Askdoudou you are AMAZING! Can't thank you enough! Will make a donation on your website.
@weedsive1200
@weedsive1200 3 жыл бұрын
@@Askdoudou well, now I did that and got Xcode, then copy and pasted it from downloads to the terminal and this is what I get: Carolyns-MBP:gimp-plugin-bimp-2.4_32bit carolyn$
@Askdoudou
@Askdoudou 3 жыл бұрын
Ok, so now do the next once you are inside that (gimp-plugin-bimp-2.4_32bit) folder in your terminal type: make && make install ( hit enter) Let me know if you got an Error. Because you might need to do one Step before installation 🙂 But I will assist you. Cheers
@Askdoudou
@Askdoudou 3 жыл бұрын
If you still haven't install BIMP on your macOS, check my Latest tutorial its 💯 working on Big Sur and Catalina without any errors: kzbin.info/www/bejne/mXSQoJmXbNmlia8​
@Otmani007
@Otmani007 3 жыл бұрын
I'm getting the same errors as the other folks have reported: make: gimptool-2.0: Command not found and sudo: apt-get: command not found. Tried what you suggested, to no avail
@Askdoudou
@Askdoudou 3 жыл бұрын
Let me check again what could that problem be and get back to you with clear answer.
@Askdoudou
@Askdoudou 3 жыл бұрын
This Error actually means that the "gimptool-2.0" is not installed neither available in your device. This Package is required in order to compile and install the plugin. Hence, I would like you to take these steps to make this work: Open your Terminal and then type: 1- sudo apt install build-essential (if this is successful next one, otherwise, please tell me what OS version you have) 2- sudo apt install libgimp2.0-dev git ( this will install install gimp dev libs and git client) If you successfully installed those 2 packs, then proceed with the steps in video. Let me know, if this worked for you. I will be glad to share with others also.
@Askdoudou
@Askdoudou 3 жыл бұрын
If you still haven't install BIMP on your macOS, check my Latest tutorial its 💯 working on Big Sur and Catalina without any errors: kzbin.info/www/bejne/mXSQoJmXbNmlia8​
@annashopaholiccs5790
@annashopaholiccs5790 3 жыл бұрын
#askdodo there is a error message, where is my problem? make: gimptool-2.0: Command not found which gimptool-2.0 && \ gcc -o ./bin/bimp -Wall -O2 -Wno-unused-variable -Wno-pointer-sign src/*.c src/manipulation-gui/*.c src/images/*.c -lm -DGIMP_DISABLE_DEPRECATED make: *** [make] Error 1
@Askdoudou
@Askdoudou 3 жыл бұрын
I guess this because the The program 'make' is currently not installed. You can install it by typing: *sudo apt-get install make* Or you can also try : *sudo apt-get install build-essential*
@pche85
@pche85 3 жыл бұрын
@@Askdoudou When i try the first thing sudo apt-get install make, it request me a password and then appear to me this: Cassios-MacBook-Air:~ cassio$ sudo apt-get install make Password: Sorry, try again. Password: sudo: apt-get: command not found Cassios-MacBook-Air:~ cassio$ What could the problem? Thanks for your help #AskDoudou
@Askdoudou
@Askdoudou 3 жыл бұрын
You should provide and use your Mac admin Password, this is the same you use when you open you Mac session. Because this installation requires ADMIN/OWNER permission that is why a Password is a MUST.
@Askdoudou
@Askdoudou 3 жыл бұрын
If you still haven't install BIMP on your macOS, check my Latest tutorial its 💯 working on Big Sur and Catalina without any errors: kzbin.info/www/bejne/mXSQoJmXbNmlia8​
@pche85
@pche85 3 жыл бұрын
#AskDoudou
@Askdoudou
@Askdoudou 3 жыл бұрын
Hi Cassios, sorry ur comment slipt to spam. Tell me would u need any help?!
NEVER install these programs on your PC... EVER!!!
19:26
JayzTwoCents
Рет қаралды 3 МЛН
Jumping off balcony pulls her tooth! 🫣🦷
01:00
Justin Flom
Рет қаралды 27 МЛН
Получилось у Миланы?😂
00:13
ХАБИБ
Рет қаралды 5 МЛН
ВОДА В СОЛО
00:20
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 33 МЛН
How to Install the Resynthesizer Plugin for GIMP on Mac (2021)
18:22
How to Batch Edit Photos Using GIMP and BIMP (+ How to Install)
7:46
Davies Media Design
Рет қаралды 27 М.
How to Batch Process Images in GIMP 2.10 using BIMP 2 Plugin
8:41
DCP Web Designers
Рет қаралды 12 М.
What's going on with Windows Laptops?
10:30
Marques Brownlee
Рет қаралды 2,2 МЛН
Hidden FREE Mac Apps!
28:14
Snazzy Labs
Рет қаралды 173 М.
Adobe is horrible. So I tried the alternative
25:30
Bog
Рет қаралды 837 М.
How to add Watermark to Photos using shortcuts | Mac OS Monterey
10:55
Touch Technology Review
Рет қаралды 13 М.
Why Are Open Source Alternatives So Bad?
13:06
Eric Murphy
Рет қаралды 589 М.
9 Best GIMP Plugins and Add-ons RIGHT NOW
9:15
Davies Media Design
Рет қаралды 127 М.
КРУТОЙ ТЕЛЕФОН
0:16
KINO KAIF
Рет қаралды 6 МЛН
Как удвоить напряжение? #электроника #умножитель
1:00
Hi Dev! – Электроника
Рет қаралды 1,1 МЛН
Что делать если в телефон попала вода?
0:17
Лена Тропоцел
Рет қаралды 3,3 МЛН