MacUpdate
Join MacUpdate
New Member

New Developer
Explore
MacUpdate Desktop
Hot Apps

Business
Dashboard
Development
Drivers
Education
MacUpdate Promo
Popular Apps

Games
Home & Personal
Internet
Multimedia & Design
Utilities
iPhone
Apps

Login
Member Login

Developer Login
About
Search Mac Apps

Search iPhone Apps

Advanced Search
Gimp
Gimp 2.8.0
Your rating: Now say why...

(73) 4.1506849315068495

Powerful, free image editing application.   Free
Add to my Watch List
Email me when discounted
  • Download Now
    82.8 MB
  • Visit Developer's Site
    lisanet.de
Gimp is a self contained appication bundle of the GNU Image Manipulation Program for Mac OS X. Gimp.app is droppable, uses the gimp-print package built into OS X, and uses the system's default web browser for help and web browsing requests.
What's New
Version 2.8.0:
  • Single-Window Mode: GIMP 2.8 introduces an optional single-window mode. You can toggle between the default multi-window mode and the new single-window mode through the Single-window mode checkbox in the Windows menu. In single-window mode, GIMP will put dockable dialogs and images in a single, tabbed image window. The single-window mode setting is of course preserved if you quit and start GIMP again. Single-window mode removes the necessity for users of having to deal with multiple windows. Developers: Martin Nordholts, Michael Natterer Interaction Architect: Peter Sikking
  • Multi-Column Dock Windows: GIMP 2.8 allows dockable dialogs in a dock window to be placed in multiple columns. To create a new column in a dock window, drag and drop a dockable dialog on the vertical edges of the dock window. This is an appealing feature for multi-monitor users where one screen can have a big dock window with all the dialogs and the tools, while all images are on other displays. Developer: Martin Nordholts Interaction Architect: Peter Sikking
  • More Screen Real Estate For Dockable Dialogs: The docking bars have been removed and replaced with overlaid highlights. The dockable drag handle has been removed and the dockable menu button has been moved up to the tabs. A new Automatic tab style has been added which makes dockable tabs use the available space. Developer: Martin Nordholts
  • Save And Export: A rather big conceptual change is that saving and exporting images now are clearly separated activities. Saving an image can only be done in the XCF format which is GIMP's native file format, able to save all kinds of information necessary for works in progress.

    To export into other formats File->Export... needs to be used. This distinction makes it clearer if all available information is stored in a file, or not. There are some optimizations for alternative workflows such as opening a jpg, polishing it, and quickly exporting back to the original file. This conceptual change has also allowed us to get rid of the annoying dialogs that warned about the flatting of images when saving to non-layered formats. Developer: Martin Nordholts Interaction Architect: Peter Sikking

  • Layer Groups: For complex compositions, a flat layer structure is very limiting. GIMP 2.8 lets users organize their compositions better through the introduction of layer groups which allow layers to be organized in tree-like structures. Layer groups are fully scriptable through the GIMP plug-in API. Developer: Michael Natterer
  • Tools Drawn With Cairo: All tools rendering on canvas have been ported to Cairo to provide smooth antialiased graphics and make GIMP's look and feel match modern users expectations. All but a few plug-ins have been ported over to Cairo as well. Additionally all tools now use an on-canvas progress indicator instead of the one in the statusbar. Developer: Michael Natterer
  • On-Canvas Text Editing: Text editing with the Text Tool is now performed on-canvas instead of in a separate window. The editing on-canvas is rather sophisticated: apart from the usual text formatting features like font family, style and size selectors you get numeric control over baseline offset and kerning, as well as the ability to change text color for a selection. You can also use a combination of Alt and arrow keys to change baseline offset and kerning. This feature was originally developed during Google Summer of Code 2008 and heavily improved since. Developers: Daniel Eddeland, Michael Natterer
  • Keyboard Shortcut Changes: Since the keyboard shortcuts Ctrl+E and Ctrl+Shift+E have been repurposed for the image export mechanisms, new keyboard shortcuts have been setup for 'Shrink Wrap' and 'Fit in Window', namely Ctrl+J and Ctrl+Shift+J respectively. Developer: Martin Nordholts
  • Simple Math In Size Entries: Enhancements have also been made to the size entry widget, which is used for inputting most of the x, y, width, height parameters. For example, in the scale dialog it is now possible to write '50%' in the Width field to scale the image to 50% of the width. Expressions such as '30in + 40px' and '4 * 5.4in' work, too. Developer: Fredrik Alströmer
  • Minor Changes:
    • Added 'Windows'Hide docks' menu item that does what 'Tab' does and also displays its state, which is now persistent across sessions, too.
    • Added infrastructure allowing to embed user interface elements on the canvas. This is currently used for text styles in the text tool, and (experimentally) when a color correction tool is invoked while the canvas is in full-screen mode.
    • To make dock window titles manageable, only show the active dockable in the dock window title.
    • The layer modes have been rearranged into more logical and useful groups based on the effect they have on compositing of a layer. Layer modes that make the composite lighter are in one group, layer modes that make the composite darker in another group, and so forth.
    • You can now Alt+Click on layers in the Layers dialog to create a selection from it. Add, subtract and intersect modifiers Ctrl, Shift and Ctrl+Shift keys work too. This makes it easy to compose contents of a layer based on the contents of other layers, without detours.
    • New docks are created at the pointer position.
    • Removed Toolbox from list of Recently Closed Docks, handle that directly in the Windows menu.
    • Allow closing the toolbox without closing the whole application.
    • Default to non-fixed-aspect in Canvas Size dialog.
    • In the Preferences dialog, only have one setting for the window hint for both the toolbox and the docks.
    • Support arbitrary affine transforms of brushes.
    • Got rid of the Tools dockable and move toolbox configuration to Preferences.
    • A question that often arises is how to change the UI language in GIMP, which has traditionally been a bit cumbersome. Not any longer, it is now possible to change the language in Preferences.
    • Added 'Lock content' button to the layers, channels and paths dialogs, made the lock buttons more compact.
    • Allow renaming list items with F2.
    • Allow binding arbitrary actions to extra mouse buttons. Developers: Michael Natterer, Martin Nordholts, Alexander Jones, Alexia Death, Sven Neumann
    • Allow specifying the written language in the Text Tool. This helps with choosing an appropriate font, or appropriate glyphs for the selected language.
    • Moved 'Text along path' from tool options to the text context menu.
    • Add diagonal guides to the Crop Tool.
    • Support rotating brushes.
    • The Smooth Stroke feature from GIMP Painter was ported to GIMP.
    • Added 'Rule of fifths' crop guide overlay.
    • Added an icon for the Desaturate tool.
    • Support loading 16bit (RGB565) raw data.
    • Added palette exporter for CSS, PHP, Python, txt and Java, accessed through the palette context menu.
    • Support printing crop marks for images.
    • Made the Pointer dockable show information about selection position and size.
    • Replaced the brush scale control in tool options by a brush size one that works in pixels, and does the right thing when the brush changes.
    • Improved the Free Select Tool on-canvas feedback.
    • Made it possible to use GEGL for scaling images.
  • Tools & Plug-ins: The brush dynamics engine has been expanded considerably, making almost all aspects of the brush engine drivable by a multitude of inputs, all of them configurable with their own response curve.

    Because of the expansion, dynamics were separated from tool options and converted into a resource in their own right. The Google Summer of Code 2009 Advanced GUI for Brush Dynamics project was the start of its development. Developers: Alexia Death, Michael Natterer, Zhenfeng Zhao

  • Tool Preset Improvements: you can now save existing state of any tool as a preset and give it a meaningful name. the presets are accessible from a new tool presets dockable dialog and additionally can be tagged so that you can easily manage a lot of presets.

    This new feature completely replaces the previously existing tool presets system to a new level of accessibility. It also makes it possible to distribute tool presets just like any other resource because each preset is saved as an individual file. Developers: Michael Natterer, Alexia Death

  • Cage Transform Tool: A completely new Cage transform tool has been added thanks to the excellent work of one of our Google Summer of Code 2010 students. The tool implements an innovative approach to free transformation and makes it possible to easily warp parts of objects using an adjustable user-defined polygonal frame. Developer: Michael Muré
  • File Plug-Ins: A plug-in for loading JPEG2000 images has been added, as well as plug-ins for X11 Mouse Cursor files and fundamental OpenRaster (.ora) import and export support. Added RGB565 support to the csource plug-in. Developers: Aurimas Juška, Takeshi Matsuyama

    A Cairo based PDF exporter was implemented. While being somewhat simplistic the exporter saves text, embedding fonts into the final PDF file, and attempts to convert all flat filled areas to vector objects. Developer: Barak Itkin

    Last, but not least, a Web-page plug-in was added to render any web page into an image using Webkit. Developer: Mukund Sivaraman

  • For Tablet Users:A new experimental widget was added to meet the requirements of graphic tablets users. The widget combines a slider, a label and a numeric value control which simplifies adjusting a value using a stylus, better visualizes the current value and provides a more compact UI. It is now used in the Tools Options dockable dialog for opacity control and most options of brush based tools.

    Another useful feature for users of advanced input devices such as graphic tablets is a completely new dialog for input device configuration which allows configuring per-device pressure curves to compensate for hardware differences and personal per-pen preferences.

    People with Intuos tablets and either Artpen or Airbrush styluses will be glad to find that Airbrush wheel and Artpen rotation are available for driving dynamics via the 'Wheel' input. Developers: Michael Natterer, Alexia Death

  • Resource Tagging: It is now possible to tag GIMP resources such as brushes and patterns to group them. The tagging is performed from the respective dockables e.g. the Brushes dockable, and it is possible to filter resources based on these tags.

    The tags are saved to an XML file, external to the data files themselves. It is possible to tag multiple resources simultaneously in the UI, but currently only while being viewed as a list. This feature was developed during Google Summer of Code 2008. Developer: Aurimas Juška Interaction Architect: Peter Sikking

  • Resources:We have started overhauling the default set of resources and in this version there have been some changes to the default set of brushes. The silly 'Untitled' title has been removed from unnamed palette entries. A wholly new set of brushes for painting has been added and makes use of the new tagging system. Developer: Martin Nordholts Artists: Johannes Engelhardt, Ramón Miranda, Guillermo Espertino
Version 2.8.0:
  • Single-Window Mode: GIMP 2.8 introduces an optional single-window mode. You can toggle between the default multi-window mode and the new single-window mode through the Single-window mode checkbox in the Windows menu. In single-window mode, GIMP will put dockable dialogs and images in a single, tabbed image window. The single-window mode setting is of course preserved more...
Requirements
  • Intel
  • Mac OS X 10.6.4 or later
  • X11 version 2.3.5 (included in Mac OS X 10.6.4 or later)


Related Links
Other versions of Gimp available here.



MacUpdate - Gimp




  • Acorn
    +12
    Demo $49.99
    Bitmap image editor.

  • Pixelmator
    +7
    Demo $29.99
    Powerful layer-based image ...

  • PhotoLine
    +3
    Shareware $76
    Powerful image effects ...

  • Amopic
    +1
    Commercial $29.99
    All-in-one photo editing suite.

  • Seashore
    +1
    Free
    Image manipulator influenced by ...

  • PhotoDazzle: B...
    +1
    Commercial $9.99
    Photo optimizer for portraits.
Gimp User Discussion (Write a Review)
ver. 2.x:
(73)
Your rating: Now say why...
Overall:
(73)

sort: smiles | time
burypromote
+4

+15

OSX-FTW! reviewed on 10 May 2012
Again it's Gimp. It's FREE. It's powerful. It's as capable as it's user is.

As for anyone who thinks Adobe's Photoshop is either FAST or INTUITIVE. I would have to say they are DELUSIONAL.

And again, if enough people would donate a quarter of the cost of Photoshop Elements to this project. Development of Gimp would be amazing.
[Version 2.8.0]

1 Reply

burypromote
+2

+188
Umaromc replied on 11 May 2012
Agreed. All points, 100%
burypromote

+3

MuchMac reviewed on 10 May 2012
As a regular but casual user of GIMP 2.6.x, my early impressions of 2.8 are positive. Compared to 2.6.x, it seems to load and run faster on my standard config 2011 i5 iMac.

The OS X install loads with the darker "pro" theme which I immediately changed back to the lighter "default" theme. I also immediately noticed the uglification of the tool options UI which is no less usable, just less visually attractive imo. For the way I work, I was not wishing for a single-window mode, but I am trying it out with mixed early impressions.

GIMP will probably continue to be something less than my ideal concept of an image editor, but I will continue to use it because it is FREE software that is relatively powerful and much more than reasonably useful for my purposes, as well as being open source, and cross-platform. Nice plugins bundled in the Mac download too.

Sincere thanks to the GIMP development team and the GIMP on Mac OS X developer for this release!
[Version 2.8.0]


burypromote

+48

Greedyfranky reviewed on 29 Mar 2012
I really wanted to like this editor. But every time I get the feeling this code is not optimized in some way. Many things are slow and sometimes even gets to halt (rainbowwheel).
IMO Pixelmator is still much more useable. Not free though.
[Version 2.6.12]


burypromote
+1

-15

Ebatalha reviewed on 15 Mar 2012
I will make a review based on my needs and on my user experience and knowledge.

Pros:
- value (freeware)

Cons:
- X11
- GUI
- Color modes
- Brushes (try to draw or paint something)!! BAD
- Text input
- Unintuitive (edit a brush is a pain)

I've not tested it hardly, for sure there are a lot of things that doesn't feet on my needs, these are just a few of them!
I respect developers, who try to bring us these kind of softwares (freewares) but on the most of these apps I find the lack of features and it looks like an unfinished work.
Who needs to work on image editing professionally GIMP will not be the right tool.
[Version 2.6.12]

3 Replies

burypromote

-31
Max_dev replied on 26 Apr 2012
Do you know about gps-gimp-paint-studio?
And I guess there are professionals who use gimp.
burypromote

-15
Ebatalha replied on 26 Apr 2012
Well, I didn't know about GPS, I'll give it a try. :)
burypromote

-15
Ebatalha replied on 10 May 2012
Hmmm didn't like even a bit… Slow as hell!! I don't understand how can you say that professionals use this… Ambicious is good! :)
burypromote

-4

Jsexec reviewed on 14 Mar 2012
Gimp needs a bit of time to get used to, but once you know how it works, you have a powerful tool in your hands. IMO, it even has better features than Photoshop, especially when working with very large files. And it comes with an unbeatable price, of course. :)
[Version 2.6.12]


burypromote

+15

OSX-FTW! reviewed on 17 Feb 2012
It's Gimp. It's great. Does so many things, so well. I have ZERO complaints. I encourage everyone to donate to the OS X developer listed here. If people would spend a quarter of what PS Elements costs on a donation to Gimp development could be amazing.
[Version 2.6.12]


burypromote

+338
Cowicide commented on 14 Jan 2012
This doesn't work in Lion, does it?
[Version 2.6.11]

2 Replies

burypromote
+4

+140
Davidravenmoon replied on 05 Feb 2012
Yes, it does.
burypromote

+338
Cowicide replied on 06 Feb 2012
Thanks, I see there's more info at this link:

http://gimp.lisanet.de/Website/Support.html
burypromote
+1

+544
Negritude tipped on 06 Oct 2010
Note that, the build for Snow Leopard is always posted first, but new builds for Leopard and Tiger will be posted later, in a week or two:

http://gimp.lisanet.de/Website/Download.html
[Version 2.6.11]


burypromote

+30
M-Rick commented on 05 Oct 2010
Native Gimp.app without X11 is available here http://gimp-app.sourceforge.net/ (Version 2.6)
[Version 2.6.11]

2 Replies

burypromote
+4

+216
Zx81 replied on 05 Oct 2010
From the developer's page :
"Known issues with experimental native build:
- keyboard shortcuts disabled to work around
text input bug
- loading a help page causes spinning beachball
of death
- dropping files on already running gimp doesn't
open file
- probably other stuff"
Have fun.
burypromote
+1

+18
Jack75 replied on 19 Mar 2011
Anyway I don't understand why instead of trying to improve also the native build the continue to fix on the X11 version. Ok it is usable, but if I had the choice between a great native X11 free one and a great X11 version, of course I would take the native one well integrated in the user environnement.
Not to say, more and more GTK softwares are using the Mac OS native quartz support and are dropping X11.
burypromote
+1

+66
Andy-Hewitt commented on 03 Oct 2010
Not sure why this has appeared here now, but v2.6.10p1 is the release that came out back in June. As far as I can find on the developers site, and Lisanet, there is no new update at this time.
[Version 2.6.10p1]


burypromote
+1

+5
drzoom had trouble on 05 Jan 2009
doen't work in my MacBook with 10.5.6 !!!!!!!!!!!!!
[Version 2.6.4]

1 Reply

burypromote

+1
anitaraj replied on 05 Jan 2009
Found out that you need to install latest X11 update - 2.3.2.1,
availabe here:


Gimp works well after updating this.

Best.
burypromote
+1

+8
daycare had trouble on 03 Jan 2009
doesn't run under a standard 10.5.6 installation. Maybe its' a problem with the current version of Apple's X-Windows version - but I don't care. If it won't run under my standard installation, I will not use it (got some other X11-app's here that work fine)

Would be so cool if there would be a version of gimp that just behaves like a 'normal' OSX application :-(
[Version 2.6.4]

3 Replies

burypromote

+188
UmarOMC commented on 03 Jan 2009
Check out the website for more info... apparently it requires a version of X11 that's NEWER than Apple's supplied X11.
burypromote

+8
daycare replied on 03 Jan 2009
Yes, the ReadMe mentions this too - but since I NEED X11 for some communication tools for my work, I just don't like to touch that installation :-(
burypromote

+105
neonblue2 replied on 03 Jan 2009
XQuartz is a lot better than the broken mess that shipped with Leopard. Try it out and if you don't like it then just reapply the latest Mac OS X update. Technically Apple have been updating X11 allow with the system, it's just that they don't keep up with every release.

Now if you want a native Gimp, have you checked the link under "Related Links"?
burypromote

+3
nadamac had trouble on 13 Oct 2008
Doesn't open if the parent folder path contains spaces. And the modification date of the application is 17. Jan 2006.
But no need for X11 anymore!
[Version 2.6]


burypromote

+3
Jedik had trouble on 14 Mar 2008
Actually the download is an experimental native build (no X11) for Intel only! Hoooray!
But it seems that it does not work on Leopard 10.5.2:
- first launch: crash
- second launch: does nothing, no windows, no nothing, just the app icon on the Dock.
[Version 2.4.5r1]

1 Reply

burypromote

+3
Jedik commented on 14 Mar 2008
Just got it to work. Wait for a while after you get it running, and you should see the start-up panel. If it does not work, make sure you have your OS setting to U.S. in the International System Preferences: Language, Formats and Input Menu. It seems that's what fixed it for me here.
burypromote

+15
apeman had trouble on 16 Dec 2007
There was an update to X11 I needed. When I installed it, the crashing stopped.
[Version 2.4rc3]


burypromote

+15
apeman had trouble on 20 Nov 2007
When trying to use the paint, or any brush, Gimp.app dies. Can use filters, resize, and other like menu items, its trying to add text or freehand that causes the crash.

Intel Mac Mini OSX 10.5.1

Glad you added a fade filter function.
[Version 2.4rc3]

1 Reply

burypromote

+105
neonblue2 commented on 16 Dec 2007
Try the latest Gimp from Wilber loves Apple.

http://wilber-loves-apple.org/
burypromote

+3
Christoph Vogelbusch had trouble on 25 Oct 2007
I have a problem running Gimp since my Mac OS X is running in German. There are only a few filers available.
When I switch my Mac language to english, I suddenly have a context menu with way more filters.

Is there a way to force Gimp.app always to run in english?

Also I read a while ago that a GTK port that works without X11 is almost done, will that be used for future versions of Gimp.app?
[Version 2.4rc3]


burypromote

+2
Zeroin had trouble on 30 Sep 2007
I installed replacing the old one but it won't run. Suggestions?
[Version 2.4rc3]

2 Replies

burypromote

voisine commented on 30 Sep 2007
rc3 is intel only for the moment. are you using an intel mac? if so, open /Applications/Utils/Console, try to start GIMP and tell me what errors you see
burypromote

+2
Zeroin commented on 01 Oct 2007
I should have read the fine print, I am on a PowerPC. Thank you for the clarification.
burypromote

+1
Jcrit had trouble on 09 Apr 2004
Pardon my dumminess, but when I open Gimp, only its name shows up in the menu bar. X11 is here, 10.3.3 plus latest updates. I suffer from failure to see the most obvious. Help anyone?
[Version 2.0.0-2]

3 Replies

burypromote

Anonymous commented on 09 Apr 2004
Launch Gimp, it will launch X11 then check X11, Gimp is running under X11. The slightest bit of checking on your part would've revealed this. Requires no geek factor whatsoever.
burypromote

Anonymous commented on 10 Apr 2004
Fool that I am I can admit, but I'm not stupid, and I know what I see with my eyes. Nothing happens except for the Name in the menu bar. X11 launches, raises Gimp, and then nothing happens. I think it was Gandhi who said, "Throw darts at a dart board, not at each other."
burypromote

+1
asmeurer replied on 10 Apr 2004
or use activity moniter

+12

Diogo Cocharro rated on 10 May 2012

[Version 2.8.0]



+82

Masterminter rated on 05 Feb 2012

[Version 2.6.12]



+9

Quiiick rated on 05 Feb 2012

[Version 2.6.12]



+9

Quiiick rated on 22 Jan 2012

[Version 2.6.11]




MeerAdTwins rated on 09 Jan 2012

[Version 2.6.11]



+12

Multimago rated on 30 Nov 2011

[Version 2.6.11]



+21

THEE:LEE rated on 10 Nov 2011

[Version 2.6.11]




Brucefunk rated on 20 Aug 2011

[Version 2.6.11]



+90

R0n1n rated on 09 Feb 2011

[Version 2.6.11]



+7

Clayton Walker rated on 06 Feb 2011

[Version 2.6.11]


Downloads:151,532
Version Downloads:3,227
Type:Multimedia & Design : Author Tools
License:Free
Date:10 May 2012
Platform:Intel
Price:Free0.00
Overall (Version 2.x):
Features:
Ease of Use:
Value:
Stability:
Displaying 1-10 of 132
< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 >
Displaying 1-9 of 9
Displaying 1-10 of 13
< 1 2 >
-
-
-
Please login or create a new
MacUpdate Member account
to use this feature
Watch Lists are available to
MacUpdate Desktop Members
Upgrade Now
Download and auto-install
using MacUpdate Desktop. Save
time moving folders and cleaning-up.
Gimp is a self contained appication bundle of the GNU Image Manipulation Program for Mac OS X. Gimp.app is droppable, uses the gimp-print package built into OS X, and uses the system's default web browser for help and web browsing requests.
Add/Update Listing About MacUpdate Desktop Career Opportunities RSS Twitter Facebook Advertise Sitemap
Copyright © 2012 MacUpdate LLC


- -