All Projects → alessandrofrancesconi → Gimp Plugin Bimp

alessandrofrancesconi / Gimp Plugin Bimp

Licence: other
BIMP. Batch Image Manipulation Plugin for GIMP.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Gimp Plugin Bimp

Socketio Client Ue4
socket.io client plugin for Unreal Engine 4
Stars: ✭ 451 (-9.8%)
Mutual labels:  plugin
Awesome Hexo
A curated list of awesome things related to Hexo
Stars: ✭ 466 (-6.8%)
Mutual labels:  plugin
Users
Users Plugin for CakePHP
Stars: ✭ 488 (-2.4%)
Mutual labels:  plugin
Serviceworker Webpack Plugin
Simplifies creation of a service worker to serve your webpack bundles. ♻️
Stars: ✭ 454 (-9.2%)
Mutual labels:  plugin
Viaversion
Allows the connection of newer clients to older server versions for Minecraft servers.
Stars: ✭ 463 (-7.4%)
Mutual labels:  plugin
Offline Plugin
Offline plugin (ServiceWorker, AppCache) for webpack (https://webpack.js.org/)
Stars: ✭ 4,444 (+788.8%)
Mutual labels:  plugin
Wasm Imagemagick
Webassembly compilation of https://github.com/ImageMagick/ImageMagick & samples
Stars: ✭ 442 (-11.6%)
Mutual labels:  image-manipulation
Things.sh
Simple read-only comand-line interface to your Things 3 database
Stars: ✭ 492 (-1.6%)
Mutual labels:  plugin
Next Compose Plugins
💡next-compose-plugins provides a cleaner API for enabling and configuring plugins for next.js
Stars: ✭ 465 (-7%)
Mutual labels:  plugin
V2ray Poseidon
An Enhanced V2Ray(based on v2ray-core) for VNetPanel, SSRPanel, V2board and SSPanel-v3-Uim to sync users from database to v2ray, to log traffics/system info
Stars: ✭ 482 (-3.6%)
Mutual labels:  plugin
Webpack Parallel Uglify Plugin
A faster uglifyjs plugin.
Stars: ✭ 456 (-8.8%)
Mutual labels:  plugin
Pesdk Android Demo
A fully customizable photo editor for your app.
Stars: ✭ 464 (-7.2%)
Mutual labels:  image-manipulation
Ts Graphql Plugin
TypeScript Language Service Plugin for GraphQL developers
Stars: ✭ 479 (-4.2%)
Mutual labels:  plugin
Cloudinary npm
Cloudinary NPM for node.js integration
Stars: ✭ 450 (-10%)
Mutual labels:  image-manipulation
Sketch Sf Ui Font Fixer
A Sketch plugin that adjusts the character spacing on text layers using iOS 9's SF UI Text/SF UI Display fonts to what it would be when used in an iOS app.
Stars: ✭ 492 (-1.6%)
Mutual labels:  plugin
Webpack Pwa Manifest
Progressive Web App Manifest Generator for Webpack, with auto icon resizing and fingerprinting support.
Stars: ✭ 447 (-10.6%)
Mutual labels:  plugin
Vlc Pause Click Plugin
Plugin for VLC that pauses/plays video on mouse click
Stars: ✭ 467 (-6.6%)
Mutual labels:  plugin
Painterro
Painterro - JavaScript painting plugin
Stars: ✭ 496 (-0.8%)
Mutual labels:  plugin
Easy Batch
The simple, stupid batch framework for Java
Stars: ✭ 493 (-1.4%)
Mutual labels:  batch-processing
Fslayui
基于layui的前端快速开发框架,支持数据表格增删改查操作,提供通用的组件,通过配置html实现数据请求,减少前端js重复开发的工作。目前支持单数据表格、多数据表格、tab数据表格、树+数据表格、联动数据表格、layeidt编辑器、下拉框联动等。
Stars: ✭ 483 (-3.4%)
Mutual labels:  plugin

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].