GithubHelp home page GithubHelp logo

sulzyro / gimp-plugin-bimp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alessandrofrancesconi/gimp-plugin-bimp

0.0 0.0 0.0 2.86 MB

BIMP. Batch Image Manipulation Plugin for GIMP.

Home Page: http://www.alessandrofrancesconi.it/projects/bimp

License: Other

Makefile 0.15% C 99.01% NSIS 0.84%

gimp-plugin-bimp's Introduction

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 Debian-based (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

Starting from BIMP 2.5, the MacOS version is available in the Release page: https://github.com/alessandrofrancesconi/gimp-plugin-bimp/releases. Please note: it may not work in every GIMP/MacOS version. See the release page for details.

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

gimp-plugin-bimp's People

Contributors

akien-mga avatar alessandrofrancesconi avatar andy0130tw avatar bbbbbr avatar ciampix avatar freedomben avatar krasnayaploshchad avatar rpspringuel avatar scribblemaniac avatar sebuls avatar skif-off avatar smusmu avatar walt9z avatar xtomasch avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.