Portable GIMP 2.10.34 Multilingual

gimp-portable

 

 

The GIMP Portable is a multiplatform photo manipulation tool. GIMP is an acronym for GNU Image Manipulation Program. The GIMP is suitable for a variety of image manipulation tasks, including photo retouching, image composition, and image construction. It has many capabilities. It can be used as a simple paint program, an expert quality photo retouching program, an online batch processing system, a mass production image renderer, an image format converter, etc.

GIMP Portable 2.10 is the result of six years of work that originally focused on porting the program to a new image processing engine, GEGL. However the new version ships with far more new features, including new and improved tools, better file formats support, various usability improvements, revamped color management support, a plethora of improvements targeted at digital painters and photographers, metadata editing, and much, much more.

Updated user interface and initial HiDPI support

One thing immediately noticeable about GIMP 2.10 is the new dark theme and symbolic icons enabled by default. This is meant to somewhat dim the environment and shift the focus towards content.

There are now 4 user interface themes available in GIMP: Dark (default), Gray, Light, and System. Icons are now separate from themes, and we maintain both color and symbolic icons, so you can configure GIMP to have System theme with color icons if you prefer the old look.

Moreover, icons are available in four sizes now, so that GIMP would look better on HiDPI displays. GIMP will do its best to detect which size to use, but you can manually override that selection in Edit > Preferences > Interface > Icon Themes.

Features of GIMP Portable

Painting:

  • Full suite of painting tools including Brush, Pencil, Airbrush, Clone,
  • etc.
  • Sub-pixel sampling for all paint tools for high quality anti-aliasing
  • Extremely powerful gradient editor and blend tool
  • Supports custom brushes and patterns

System:

  • Tile based memory management so image size is limited only by available disk space
  • Virtually unlimited number of images open at one time

Advanced Manipulation:

  • Full alpha channel support
  • Layers and channels
  • Multiple Undo/Redo (limited only by diskspace)
  • Editable text layers
  • Transformation tools including rotate, scale, shear and flip
  • Selection tools including rectangle, ellipse, free, fuzzy and intelligent
  • Advanced path tool doing bezier and polygonal selections.
  • Transformable paths, transformable selections.
  • Quickmask to paint a selection.

Extensible:

  • A Procedural Database for calling internal GIMP functions from
  • external programs as in Script-fu
  • Advanced scripting capabilities (Scheme, Python, Perl)
  • Plug-ins which allow for the easy addition of new file formats and new
  • effect filters
  • Over 100 plug-ins already available

Animation:

  • Load and save animations in a convenient frame-as-layer format
  • MNG support
  • Frame Navigator (in GAP, the GIMP Animation Package)
  • Onion Skin (in GAP, the GIMP Animation Package)
  • Bluebox (in GAP, the GIMP Animation Package)

File Handling:

  • File formats supported include bmp, gif, jpeg, mng, pcx, pdf, png, ps, psd, svg, tiff, tga, xpm, and many others
  • Load, display, convert, save to many file formats
  • SVG path import/export

 

What’s NEW:

Core:

  • Check for updates now works on macOS (backported from 2.99.14).
  • Update help IDs for better integration with the documentation website.
  • Symmetry dockable contents is now shown, yet deactivated, when no images are opened, improving discoverability (backported from 2.99.14).
  • DBus fully disabled on macOS (in some case, it could even freeze GIMP process when dbus is present yet not responding). Open With feature (e.g. from file browsers) still work fine as it uses a different code path on macOS. Other features using dbus (opening files or running batch commands from a separate GIMP process) won’t work, but they probably never did on macOS anyway.
  • “Canvas Size” dialog took too much vertical space and now better uses the horizontal space by moving the preview and offset fiels to the right side, and the “Center” button just below (backported from 2.99.8).
  • Template selector (backported from 2.99.6) in resize dialog.
  • Color scale preferences (0..255/0..100 and LCh/HSV settings in Colors selection dialogs) are now remembered across sessions.
  • Eye icon header added to the item tree views to make it more obvious where to click for item visibility and links (backported from 2.99.10)
  • Revert color proofing behavior changed in 2.10.32 which resulted in inconsistent past workflows.
  • “Lock path strokes” tooltip for the dockable icon was renamed “Lock path”.

Plug-ins:

  • DDS: make GUI translatable.
  • File-raw: added high bit depth precision export (partial backport from 2.99.12).

TIFF:

  • Various bug fixes;
  • Better check for invalid resolutions on import;
  • Do not generated warnings for incorrect RichTIFFIPTC tags produced by Adobe products (only output a message to stderr, for not completely ignoring these);
  • Loading “reduced” image or not is now an option. We use a heuristic for the default value of said option (trying to guess if it’s a thumbnail by using common usage), but final decision is now up to one knowing the image you load (backported from 2.99.14);
  • Default TIFF export format is “normal” TIFF, not BigTIFF (making it default was definitely an error in 2.10.32).

PSD:

  • Various bug fixes;
  • Useless physical unit conversion removed;
  • Backported improvement (2.99.10) for importing layers with clipping set (leading to color bleeding);
  • Backported improvements (2.99.10) for importing clipping layers;
  • Paths are now exported (backported from 2.99.14).
  • WebP: more informative error messages in some cases.
  • Flame: various bug fixes.

JPEG-XL:

  • Metadata import backported from 2.99.14 – (requires libjxl 0.7.0)
  • Partial backport (2.99.8) of JPEG-XL export; export is always in 8bit lossless.
  • HEIF: various bug fixes.
  • Dicom: various bug fixes.
  • help:
  • Support in GIO for macOS platform).
  • Animation-play: fixed on macOS.

PDF:

  • Import: new option “Fill transparent areas with white” to fill the background in white (ON by default as most office PDF writers seem to rely on readers filling the background with white), allowing importing transparent PDF files.
  • Export: new option “Fill transparent areas with background color” allowing to decide whether to export a PDF with transparent background.

TGA:

  • Added a workaround to load wrongful TGA files exported by Krita (which they fixed on their side too now, see Krita bug 464484).

ICO and CUR:

  • Magics detection for these formats has been removed (now using only using filename extension) because it was interfering with the detection of certain types of TGA images (which are likely more common than ICO and CUR files, and extension for these should be reliable enough).

Libgimpbase:

  • GimpMetadata API (in particular the gimp_metadata_set_from_*() functions) are now much less memory-hungry (backported from the main dev branch) when using GExiv 0.12.2 or over. With some huge metadata, it could cause long freeze or even crashes of plug-ins.

Libgimpwidgets:

  • Color-picking with X11 is now the default when compiled with X11, even if a color-picking portal also exists, because it is always right, whereas portals return color in display space without the space information itself (i.e. without profiles).
  • New dedicated GimpPickButton implementation for Windows (backported from 2.99.14).

Libgimp:

  • New wrapper functions around GEGL ops, which also map to items in our Color menu:
  • Gimp_drawable_shadows_highlights()

Build:

  • Bumping minimum GEGL to version 0.4.38.
  • Bumping minimum libjxl to version 0.7.0.
  • New GIMP_RELEASE macro to tell if code is a release or in-between release(different from GIMP_UNSTABLE which was telling if we are in a stable or Development branch).
  • Our stable CI now uses Debian stable where Python2 is still present.

 

download-gimp-portable

 

 

Download GIMP Portable Software

Download – 401.1 MB

You might also like