BIMP. Batch Image Manipulation Plugin for GIMP.
http://www.alessandrofrancesconi.it/projects/bimp
------------------------------------------------

Changelog:

1.7
 - Replaced buggy GtkFileChooserButton with GtkButton to select output folder (should be the end of the nightmare) (issue #42 and #43)
 - Changed overwrite confirmation and moved image modifications after overwriting check (thanks to Thomas Mevel @mevtho) (issue #50)
 - Updated Italian translation
 
1.6
 - Curve parser can't load some kinds of GIMP Curve file (issue #46)

1.5:
 - Added external Curve file chooser in Color manipulation (issue #46)
 - Preview GUI didn't display Resize, Crop and Watermark manipulation results
 - Manipulation windows have now better size (should fix issue #24)

1.4:
 - Fixed a bug that displayed (none) in output folder button and caused BIMP to crash
 - Fixed a compilation error under Unix
 - Some little optimizations in batch process

1.3:
 - Changed the way the FileChooser lets you pick image files and folders (should solve issues #23 and #35)
 - Enabled multiple selection in the input files panel
 - NOTE for Mac OSX users: There's no need to install or compile BIMP on Mac anymore, see the README

1.2:
 - BIMP can now accept SVG images as input
 - Updated French, Italian and Portuguese translations

1.1:
 - Possibility to retrieve images from the whole hierarchy when opening a folder (thanks to Thomas Mevel @mevtho)
 - Added a folder hierarchy saving in the output folder (thanks to Thomas Mevel @mevtho)
 - (temporary) fix for fail-start in GIMP 2.6 for Windows
 - Fixed wrong limits interpretation in "Other GIMP procedure" window (issue #31)
 - Fixed crash when converting image files without extension into another format (partially fixes #28)
 - Fixed crash when adding input folders that contain files with special chars
 - Updated French and Italian translations
 - Better Makefile for Linux (thanks to @ivoanjo)
 - Some code optimizations

1.0:
 - (finally) Added "Save set" and "Load set" features (issue #10)
 - Possibility to set a custom aspect ratio under "Crop"
 - Better floating point limits for GtkSpinButtons in "Other GIMP procedure..." (issue #27)
 - Updated Italian translation
 - Little code optimizations

0.9:
 - Portuguese and German translations (thanks to Pedro Cunha and Vito Zaccaria)
 - Updated French translation (thanks to Robert Brizard)
 - Fixed regression that caused BIMP to fail start on GIMP 2.6

0.8:
 - Multilanguage support (available languages: English, Italian, French) (issue #6)
 - Added Manipulation Preview window (issue #16)
 - Limits for GTK Spin Buttons in "Other GIMP procedure..." are now well interpreted (this also fixes issue #22)
 - Workaround for a bug that affects MacOS X users when selecting images (issue #23)
 - Support XCF as input format (issue #19)
 - Few graphical fixes around

0.7:
 - Added "Add folders" button for adding entire folders content in the input list

0.6:
 - Added STOP button to abort the batch process
 - List of options and modes in "Other GIMP procedure..." are now represented by a GtkComboBox
 - Code and speed optimizations on "Other GIMP procedure..." dialog
 - Added "Yes, don't ask again" option in "Overwrite?" dialog
 - Various little fixes around
 - BIMP now depends on the presence of pcre library (http://www.pcre.org/)
	-- Linux/Mac users: just install libpcre3-dev (or equivalent)
	-- Windows users: make sure you copy pcre3.dll library in the same directory of bimp.exe!

0.5:
 - Rewritten the "Other GIMP procedure..." dialog and made some stability fixes
 - More format customizations in "Change Format and Quality"
 - Fixed a bug that didn't permit to save images in TGA format
 - Few graphical fixes around

0.4:
 - Fixed a regression that causes RENAME procedure to crash.

0.3:
 - Added "Change Resolution" in Resize manipulation
 - Replaced "Sharpen" with "Sharp or blur"
 - More customizations in the "Change Format" dialog
 - In "Other GIMP procedure" dialog, 'toggle' values are now represented by a GtkToggleButton
 - Code and memory allocation optimizations

0.2:
 - Fixed "Other GIMP procedure" dialog crashes under Win32
 - Improved "Other GIMP procedure" dialog funcionalities (support to Font and Opacity params)
 - Nicer "Add Watermark" gui
 - Added files preview box
 - Added some documentation comments in source code
 - Few graphical fixes around

0.1:
 - It all started from here...
