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

Поділитися
Вставка
  • Опубліковано 29 січ 2025

КОМЕНТАРІ • 39

  • @Askdoudou
    @Askdoudou  4 роки тому

    ⛔️👇🏼👇🏼👇🏼👇🏼👇🏼👇🏼
    If you still haven't install BIMP on your macOS, check my Latest tutorial its 💯 working on Big Sur and Catalina without any errors: ua-cam.com/video/cC-ofa7trSM/v-deo.html​
    ⛔️👆🏼👆🏼👆🏼👆🏼👆🏼

  • @alimrandoudou1661
    @alimrandoudou1661 4 роки тому

    Thank you for the Video :) this was Helpful 👍

  • @forzafilms6650
    @forzafilms6650 4 роки тому +2

    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  4 роки тому +1

      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 4 роки тому

      @@Askdoudou Thank you! I will try this solution!

    • @Askdoudou
      @Askdoudou  4 роки тому

      If you still haven't install BIMP on your macOS, check my Latest tutorial its 💯 working on Big Sur and Catalina without any errors: ua-cam.com/video/cC-ofa7trSM/v-deo.html​

  • @doudoufamily6967
    @doudoufamily6967 4 роки тому

    Keep up with the good work ;)

  • @weedsive1200
    @weedsive1200 4 роки тому +1

    I can't even install Xcode on my Mac OS High Sierra 10.13.6, any ideas of how to do this?

    • @Askdoudou
      @Askdoudou  4 роки тому

      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 4 роки тому

      @@Askdoudou you are AMAZING! Can't thank you enough! Will make a donation on your website.

    • @weedsive1200
      @weedsive1200 4 роки тому +1

      @@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  4 роки тому

      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  4 роки тому

      If you still haven't install BIMP on your macOS, check my Latest tutorial its 💯 working on Big Sur and Catalina without any errors: ua-cam.com/video/cC-ofa7trSM/v-deo.html​

  • @MuslimWomenofBritain
    @MuslimWomenofBritain 4 роки тому +1

    #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  4 роки тому

      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 4 роки тому

      @@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  4 роки тому

      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  4 роки тому

      If you still haven't install BIMP on your macOS, check my Latest tutorial its 💯 working on Big Sur and Catalina without any errors: ua-cam.com/video/cC-ofa7trSM/v-deo.html​

    • @Askdoudou
      @Askdoudou  4 роки тому

      @@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: ua-cam.com/video/cC-ofa7trSM/v-deo.html​

  • @Otmani007
    @Otmani007 4 роки тому

    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  4 роки тому +1

      Let me check again what could that problem be and get back to you with clear answer.

    • @Askdoudou
      @Askdoudou  4 роки тому

      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  4 роки тому

      If you still haven't install BIMP on your macOS, check my Latest tutorial its 💯 working on Big Sur and Catalina without any errors: ua-cam.com/video/cC-ofa7trSM/v-deo.html​

  • @annashopaholiccs5790
    @annashopaholiccs5790 4 роки тому

    #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  4 роки тому

      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 4 роки тому

      @@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  4 роки тому

      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  4 роки тому

      If you still haven't install BIMP on your macOS, check my Latest tutorial its 💯 working on Big Sur and Catalina without any errors: ua-cam.com/video/cC-ofa7trSM/v-deo.html​

    • @abbeyskeffington8883
      @abbeyskeffington8883 5 місяців тому

      @@Askdoudou i did this and still get error messages

  • @pche85
    @pche85 4 роки тому +1

    #AskDoudou

    • @Askdoudou
      @Askdoudou  4 роки тому

      Hi Cassios, sorry ur comment slipt to spam. Tell me would u need any help?!