MacClipboard plugin for Gimp 2

by Brion Vibber <brion at pobox.com>
Version 0.7, 2004-11-30

Based on WinClipboard by Hans Breuer

Gimp doesn't normally use the system clipboard for cut-and-pasting images, probably due to X11's traditionally cryptic clipboard system. The Windows port though has for some time shipped with a plug-in to add this support.

MacClipboard is a port of the WinClipboard plugin for Gimp 2.0 to Mac OS X; you can copy Gimp layers and paste them into Macintosh programs and paste images into Gimp from Mac programs. Access to system services for screen capture and scanning is also provided.

Download

SourceForge.net Logo

Source and binary (compiled against Fink unstable's gimp2 package): macclipboard-gimp-0.7.tar.gz

I haven't tested the binary extensively; it may not work with some binary installs of Gimp, but should work with Gimp.app or gimp2 installed via Fink (unstable packages).

(Gimp.app now comes with MacClipboard, but might not always have the latest version.)

Installation

The macclipboard executable should go in ~/.gimp-2.0/plug-ins, or in the system lib/gimp/2.0/plug-ins dir (eg in /sw or under Gimp.app/Contents/Resources).

Compiling the plugin requires that you have the Developer Tools installed and have either installed Gimp from source or have installed the dev package with the necessary header files.

To compile & install into ~/.gimp-2.0/plug-ins:

  make install

To compile only:

  make

Use

The plugin does not change the function of the regular cut/copy/paste commands; to copy to the system clipboard you have to use added commands:

For convenience you can assign keyboard shortcuts, like Shift+Control+C etc; just hit the desired key while the mouse is floating over the menu item.

Also added to the toolbox:

Limitations

Probably lots of bugs! Please report any you find.

Version history

2004-06-13: v0.1

2004-07-01: v0.2

2004-07-03: v0.3

2004-07-05: v0.4

2004-07-24: v0.5

2004-09-18: v0.6

2004-11-30: v0.7