Skip to content

1.2.10

Latest

Choose a tag to compare

@kamilburda kamilburda released this 26 Jul 21:09

This release allows loading and saving GIMP presets/configs for layer effects/plug-ins, introduces more built-in color-related actions for convenience and improves usability of numeric arguments.

New features:

  • You can now load presets for plug-ins and layer effects (custom actions) saved in GIMP. Conversely, you can save presets within Batcher and reuse them in GIMP.
  • Added two new built-in actions for color correction: Color Balance and Hue-Saturation (#111). These are equivalent to their corresponding GIMP tools and allow loading and saving presets. These actions are only available for GIMP 3.2 or later. Please note that using a non-default blend mode and opacity values below 100 may not produce the same results as the corresponding tools in GIMP.
  • Added the following new built-in actions for automatic color correction: Equalize, Stretch Contrast, Stretch Contrast HSV and Color Enhance. These are equivalent to their corresponding GIMP tools (#141).
  • Added a new unit labeled %* representing a percentage taken from the specified object (image or layer) and property (width, height, ...). This was originally the behavior of the % unit. To reduce visual clutter, the object and property are now displayed in a popover when choosing %*. The % unit is now only displayed for particular arguments in built-in actions where applicable. For example, the percentage for the Width argument in the Scale action is taken from the width of the object to be scaled (selected by the Apply to (image or layer): argument).
  • Scale: Added options to scale only images/layers smaller/larger than the specified width and height, or custom width and height (#163).
  • Added a setting to control whether the dialog for quick variants of Export Images and Export Layers is displayed. Previously, once you unchecked Show this dialog, there was no way to restore the dialog unless you reset settings. This setting can be found under Settings → Preferences... (see below).
  • Added a setting to adjust the number of decimal places for numeric arguments. This allows you to increase numeric precision if needed. This setting can be found under Settings → Preferences... (see below).

Changes to actions and conditions:

  • Renamed Color menu to Colors for consistency with GIMP.
  • Moved White Balance under Colors → Auto.
  • For consistency with GIMP, opacity arguments are now displayed in the range 0.0-100.0 and saved in the range 0.0-1.0.

Changes to the user interface:

  • Moved Close when Done, Continue on Error and Keep Input Images under Settings → Preferences.... Changes to any of these settings are saved immediately.

Bug fixes:

  • Fixed action/condition edit dialogs not being closed when removing them by pressing Delete or when resetting settings.