Gimp 2 10 64 Bit

Posted on  by

Version of GIMP: both regular 2.10 and samj 2.10 Operating system: Windows 10, 64 bit The text was updated successfully, but these errors were encountered. GIMP Portable on 32-bit and 64-bit PCs. This download is licensed as freeware for the Windows (32-bit and 64-bit) operating system on a laptop or desktop PC from graphics editors without restrictions. Portable GIMP 2.10.20 Revision 1 is available to all software users as a free download for Windows 10 PCs but also without a hitch on Windows 7. GIMP is an acronym for GNU Image Manipulation Program. It is a freely distributed program for such tasks as photo retouching, image composition and image authoring. It has many capabilities. Windows 2000 / XP / Vista / Windows 7 / XP 64-bit / Vista 64-bit / Windows 7 64-bit / Windows 8. GIMP 2.10.14.1: GIMP is a free image editor which offers a real. Mac OS X, Windows 10, Windows 7 (32 bit), Windows 7 (64 bit), Windows 8. GIMP is an acronym for GNU Image Manipulation Program.

GIMP 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 EditPreferencesInterfaceIcon Themes.

Contributors: Benoit Touchette, Klaus Staedtler, Ville Pätsi, Aryeom Han, Jehan Pagès, Alexandre Prokoudine…

GEGL port, high bit depth support, multi-threading, and more

The ultimate goal for v2.10 was completing the port to GEGL image processing library, started with v2.6 when we introduced optional use of GEGL for color tools and an experimental GEGL tool, and continued with v2.8 where we added GEGL-based projection of layers.

Now GIMP uses GEGL for all tile management and builds an acyclic graph for every project. This is a prerequisite for adding non-destructive editing planned for v3.2.

There are many benefits from using GEGL, and some of them you can already enjoy in GIMP 2.10.

High bit depth support allows processing images with up to 32-bit per color channel precision and open/export PSD, TIFF, PNG, EXR, and RGBE files in their native fidelity. Additionally, FITS images can be opened with up to 64-bit per channel precision.

Multi-threading allows making use of multiple cores for processing. Not all features in GIMP make use of that, it's something we intend to work on further. A point of interest is that multi-threading happens through GEGL processing, but also in core GIMP itself, for instance to separate painting from display code.

GPU-side processing is still optional, but available for systems with stable OpenCL drivers.

You can find configuration options for multi-threading and hardware acceleration in EditPreferencesSystem Resources.

Contributors: Michael Natterer, Øyvind Kolås, Ell, Jehan Pagès…

Linear color space workflow

Another benefit of using GEGL is being able to work on images in a linear RGB color space as opposed to gamma-corrected (perceptual) RGB color space.

Here is what it boils down to:

  • You now have both linear and perceptual versions of most blending modes.

  • There is now a linear version of the _Color Invert_ command.

  • You can freely switch between the two at any time via ImagePrecision submenu.

  • You can choose which mode is displayed in the Histogram docker.

  • You can apply Levels and Curves filters in either perceptual or linear mode.

  • When higher than 8-bit per channel precision is used, all channels data is linear.

  • You can choose whether the gradient tool should work in perceptual RGB, linear RGB, or CIE LAB color space.

Contributors: Michael Natterer, Øyvind Kolås, Ell…

Color management revamped

Color management is now a core feature of GIMP rather than a plug-in. This made it possible, in particular, to introduce color management to all custom widgets we could think of: image previews, color and pattern previews etc.

GIMP now uses LittleCMS v2, which allows it to use ICC v4 color profiles. It also partially relies on the babl library for handling color transforms, since babl is simply up to 10 times faster than LCMS2 for the cases we tested both of them on. Eventually babl could replace LittleCMS in GIMP.

Contributors: Michael Natterer, Øyvind Kolås…

Layers and masks

GIMP now ships with two groups of blending modes: legacy (perceptual, mostly to make old XCF files look exactly as before) and default (mostly linear).

New blend modes are:

  • LCH layer modes: Hue, Chroma, Color, and Lightness.

  • Pass-Through mode for layer groups.

  • Linear Burn, Vivid Light, Linear Light, Pin Light, Hard Mix, Exclusion, Merge, and Split.

Layers, paths, and channels can also be tagged with color labels to improve project organization. This will be even more useful once we add multi-layer selection later on.

Compositing options for layers are exposed to users now, and all layer-related settings are finally available in the Layer Attributes dialog.

Moreover, if you always need alpha in your layers, you can enable automatic generation of the alpha channel in imported images upon opening them. See EditPreferencesImage Import & Export page for this and more policies.

Layer groups can finally have masks on:

More use for CIE LAB and CIE LCH

With GIMP 2.10, we introduced a number of features that make use of CIE LAB and CIE LCH color spaces:

  • Color dialogs now have an LCH color selector you can use instead of HSV. The LCH selector also displays out-of-gamut warning.

  • A new Hue-Chroma filter in the Colors menu works much like Hue-Saturation, but operates in CIE LCH color space.

  • The Fuzzy Select and the Bucket Fill tools can now select colors by their values in CIE L, C, and H channels.

  • Both the Color Picker and the Sample Points dialog now display pixel values in CIE LAB and CIE LCH at your preference.

Contributors: Michael Natterer, Elle Stone, Ell…

Bits

New and improved tools

Unified Transform

New Unified Transform tool (Shift+L) simplifies making multiple transforms, such as scaling, rotating, and correcting perspective in one go. The design is based on a functional spec written by our former UX expert Peter Sikking.

Contributors: Mikael Magnusson, Michael Natterer…

Warp Transform

The new Warp Transform tool (W) allows doing localized transforms like growing or shifting pixels with a soft brush and undo support. Such tools are commonly used in fashion photography for retouching.

As such, the new tool retires the old iWarp filter that was innovative at the time of its inception (and pre-dated Photoshop's Liquify filter), but was ultimately cumbersome to use. The Warp Transform tool also features an Eraser mode to selectively remove changes, previously unavailable in the iWarp filter.

Contributors: Michael Muré, Michael Natterer, Jonathan Tait…

Handle Transform

The new Handle Transform tool (Shift+L) provides an interesting approach at applying scaling, rotating, and perspective correction using handles placed on the canvas. People who are used to editing on touch surfaces might find this tool strangely easy to grasp.

Contributors: Johannes Matschke, Michael Natterer, Ell…

Blend tool becomes Gradient tool and gets on-canvas editing

We renamed the Blend tool to Gradient tool and changed its default shortcut to G. But this pales in comparison to what the tool can actually do now, and it's a lot.

The new tool pretty much obsoletes the old Gradient Editor dialog. Now you can create and delete color stops, select and shift them, assign colors to color stops, change blending and coloring for segments between color stops and create new color stops from midpoints right on the canvas.

All gradients available by default are also 'editable' now. What it means is that when you try to change an existing gradient from a system folder, GIMP will create a copy of it, call it a Custom Gradient and preserve it across sessions. Unless, of course, you edit another 'system' gradient, in which case it will become the new custom gradient.

We intend to use the generic implementation of this later for brushes and other types of resources.

Contributors: Michael Henning, Michael Natterer, Ell, Øyvind Kolås…

Better selection tools

The Foreground Select tool can finally make subpixel selections in complex cases such as strays of hair on textured background. Two new masking methods are now available for that.

The Select by Color and Fuzzy Select tools now both feature a Draw mask option to display future selection area with a magenta fill, and the latter tool also got a Diagonal neighbors option to select diagonally neighboring pixels.

For the Free Select tool, closing a polygonal/free selection now doesn't confirm the selection automatically. Instead you still can tweak positions of nodes (where applicable), then press Enter, double-click inside the selection, or switch to another tool to confirm the selection.

The Intelligent Scissors tool finally allows to remove the last added segment with Backspace key, and GIMP now checks, whether the first and the last segments are distinct before closing the curve.

Contributors: Michael Natterer, Jan Rüegg, Daniel Sabo, Ell…

Color tools

All color tools have been refactored to become GEGL-based filters, so they could be properly used later on when we introduce non-destructive editing. Hence, the Color submenu in the Tools menu has been removed, and these filters are now mostly unavailable in the toolbox.

Contributors: Michael Natterer…

Text tool supports CJK and more writing systems

The Text tool now fully supports advanced input methods for CJK and other non-western languages. The pre-edit text is now displayed just as expected, depending on your platform and input method engine (IME). Several input method-related bugs and crashes have also been fixed.

Contributors: Jehan Pagès…

Experimental tools

Two new tools were incomplete for inclusion to GIMP 2.10 by default, but still can be enabled. Please note that they are highly experimental and likely to be broken for you (up to have GIMP crash). We only mention them, because we need contributors to get them into the releasable state.

N-Point Deformation tool introduces the kind of smooth, as little rigid as possible warping you would expect physical objects to have.

The Seamless Clone tool is aimed to simplify making layered compositions. Typically when you paste one image into another, there are all sorts of mismatches: color temperature, brightness etc. This new experimental tool tries to adapt various properties of a pasted image with regards to its backdrop.

To enable these tools, you need to first enable the Playground page of the Preferences dialog. Do it by running GIMP with a --show-playground switch (for Windows, you might want tweaking the path to GIMP in the shortcut properties accordingly). Then you need to go to EditPreferencesPlayground and enable the respective options, so that the tools would show up in the toolbox.

We need to stress again that you should only do so either if you are very curious, or (which we hope for) intend to help us fix them.

Contributors: Marek Dvoroznak, Barak Itkin, Jehan Pagès, Michael Natterer…

Digital painting improvements

GIMP 2.10 ships with a number of improvements requested by digital painters. One of the most interesting new additions here is the MyPaint Brush tool (Y) that first appeared in the GIMP-Painter fork.

The Smudge tool got updates specifically targeted in painting use case. The new No erase effect option prevents the tools from changing alpha of pixels. And the foreground color can now be blended into smudged pixels, controlled by a new Flow slider, where 0 means no blending.

All painting tools now have explicit Hardness and Force sliders except for the MyPaint Brush tool that only has the Hardness slider.

Most importantly, GIMP now supports canvas rotation and flipping to help illustrators checking proportions and perspective.

A new Brush lock to view option gives you a choice whether you want a brush locked to a certain zoom level and rotation angle of the canvas. The option is available for all painting tools that use a brush except for the MyPaint Brush tool.

New Symmetry Painting dockable dialog, enabled on per-image basis, allows to use all painting tools with various symmetries (mirror, mandala, tiling…).

This new version of GIMP also ships with more new brushes available by default.

Contributors: Michael Natterer, Alexia Death, Daniel Sabo, shark0r, Jehan Pagès, Ell, Jose Americo Gobbo, Aryeom Han…

Gimp 2 10 64 Bit 64

Digital photography improvements

Some of the new GEGL-based filters are specifically targeted at photographers: Exposure, Shadows-Highlights, High-pass, Wavelet Decompose, Panorama Projection and others will be an important addition to your toolbox.

On top of that, the new Extract Component filter simplifies extracting a channel of an arbitrary color model (LAB, LCH, CMYK etc.) from currently selected layer. If you were used to decomposing and recomposing images just for this, your work will be that easier now.

Moreover, you can now use either darktable or RawTherapee as GIMP plug-ins for opening raw digital photos. Any recent version of either application will do.

A new Clip Warning display filter will visualize underexposed and overexposed areas of a photo for you, with customizable colors. For now, it’s mostly geared towards images where colors are stored with floating point precision. You will mostly benefit from this if you work on 16/32 bit per channel float images such as EXR and TIFF.

Contributors: Michael Natterer, Ell, Thomas Manni, Tobias Ellinghaus, Øyvind Kolås, Jehan Pagès, Alberto Griggio…

Effects

GIMP now ships with over 80 GEGL-based filters. A lot of those are former GIMP effects. Here is why GEGL-based implementations are better:

  • You can apply them on images in 32-bit per color channel precision mode.

  • You can preview them right on the canvas, and if an image is larger than the viewport, GIMP will render the viewport first for immediate feedback.

  • You can use split preview to compare original image with its processed version and swap before/after sides both horizontally and vertically.

  • In a future non-destructive GIMP, you will be able to adjust settings of those filters without undoing a ton of steps.

Some of the GEGL-based filters have OpenCL version for hardware acceleration. This will come in handy, if OpenCL drivers work well for you. Furthermore many operations can come multi-threaded to use your processor at their full power.

Contributors: Michael Natterer, Øyvind Kolås, Thomas Manni…

Usability improvements

While working with active users, we got rid of quite a few usability issues. Here are just some of these changes:

  • All transformation tools now automatically disable original layer view so that you could clearly see adjustments against the backdrop.

  • Masks can now easily be created with last values you used by just pressing Shift and clicking on respective layer's preview.

  • All dialogs except the ones like Scale now remember last values you used across sessions.

  • All GEGL-based filters allow saving named presets and automatically make timestamped presets for the last time you used them.

  • You can now choose fill color or pattern for empty spaces after resizing the canvas.

There is a lot to improve to make GIMP better suited for professional workflows. As usual, we welcome constructive discussion and recently created a mailing list to discuss the topic of improving GIMP's usability. This is a long-term enhancement process, which can take more time than localized changes and features.

Contributors: Michael Natterer, Daniel Sabo, Benoit Touchette, Massimo Valentini, Jehan Pagès…

File formats support

GIMP is now capable of reading and writing TIFF, PNG, PSD, and FITS files with up to 32-bit per channel precision where applicable.

The PSD plug-in additionally supports pass-through, hard mix, pin light, vivid light, and linear light blending modes.

GIMP now also ships with native WebP support, including features like animation, ICC profiles, and metadata. Both importing and exporting are supported.

The JPEG 2000 plug-in was rewritten to use the OpenJPEG library rather than the somewhat obsolete Jasper library.

Finally, the PDF plug-in now supports importing password-protected files (you need to know the password) and exporting multipage PDF documents (each layer will be a page).

Contributors: Michael Natterer, Mukund Sivamaran, Ell, Jehan Pagès, Lionel N, Darshan Kadu…

Metadata viewing, editing, and preservation

GIMP now ships with plug-ins for viewing and editing Exif, XMP, IPTC, GPS, and DICOM metadata. They are available via the ImageMetadata submenu.

GIMP will also preserve existing metadata in TIFF, PNG, JPEG, and WebP files. Each plug-in has respective options when exporting to enable or disable exporting the metadata.

Additionally, users now can set defaults to preserving or not preserving metadata in all affected file format plug-ins at once depending on whether they want complete privacy or, instead, do a lot of microstock photography. The settings are available on the Image Import & Export page in Preferences.

Contributors: Benoit Touchette, Michael Natterer, Jehan Pagès…

On-canvas interaction

GIMP 2.10 ships with a new feature that allows some GEGL-based filters to render on-canvas controls. For now, this applies to just three filters: Spiral, Supernova, and Panorama Projection. But there will be more in the future.

Contributors: Michael Natterer, Ell…

Gimp 2 10 64 Bit Free

Simplified bug reporting and crash recovery

We need good bug reports to make GIMP better for you, so we introduced a new feature to watch and intercept critical errors and crashes, then generate a useful error log that you can copy/paste to a bug report.

On development versions, the dialog will be raised on all kind of errors (even minor ones). On stable releases, it will be raised only during crashes. The default behavior can be customized in EditPreferencesDebugging.

Please note that we still need you to provide context, e.g. what you were doing when a crash occurred. A step-by-step description of how to reproduce this bug will be most helpful.

Additionally, in case of a crash, GIMP will now attempt to backup all images with unsaved changes, then suggest to reopen them the next time you start the application.

We cannot guarantee 100% success, but it will succeed sometimes, and this might rescue your unsaved work!

Contributors: Jehan Pagès…

Gimp 2 10 64 Bit Iso

API changes

Over the course of this development cycle, we deprecated a lot of API, providing a compatibility layer for 3rd party developers who write scripts and plug-ins.

For the full list of changes in PDB, please see the wiki. This ChangeLog page also has a verbose list of all other changes in 2.10.

Roadmap and what's next

We maintain a roadmap for GIMP development that outlines the order of features to be implemented based on priorities.

Gimp 2 10 64 Bits

The next big update will be v3.0 that will feature GTK+3 port and a lot of internal changes. For users, this will mostly mean: updated user interface, better support for graphic tablets, better support for HiDPI displays, better support for Wayland on Linux.

We are also opening the 2.10.x series for new features. This means you don't have to wait for exciting improvements for years anymore: any new feature can indeed be backported to a 2.10.x release as long as its code is not too invasive and making maintenance difficult.

All the new features from 2.10.x will be part of 3.0 as well.

The Gimp for Windows x64 is the open source reference in image manipulation. This free application will allow you to retouch, author and edit your photos thanks to a wide set of tools.
Let’s quickly go through what you can do with the Gimp. The painting function has the essential clone, airbrush or pencil tools and a powerful gradient and blend tool. You can also create and save your own brushes and patterns for later use. The program lets you manipulate your photos, adding layers, doing Bezier and polygonal selections or setting text. Load and save animations in a frame-as-layer format and batch process all your photos for quick editing. The multi-windowed interface can be moved around to fit your needs and resized according to your desktop space.
While the Gimp is user friendly, the installation process can result a bit hairy. Because the application works under the GTK Runtime Environment, you will have to install this kit to successfully launch the program. The process is fairly lengthy and some error messages tend to pop up, however if you persist, you will be able to install the Gimp properly on your PC
Despite this fairly hazardous installation process, the Gimp is a program we recommend. Whether you’re out of dough or are looking for a free alternative to Photoshop, the Gimp is excellent image manipulation software with all the tools you’d expect. The friendly interface and expandability make this a program of choice.
Features:
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