Table of Contents

Gimp Integration

Photivo to Gimp

The Gimp plugin makes sure that EXIF data and colour profiles are properly transferred to Gimp. It does not create menu entries or anything else in Gimp.

The plugin is only needed for older Gimps. Gimp 2.10 handles metadata and profiles just fine on its own. If you have a new enough Gimp, go to Photivo’s settings and under Export command disable the Use gimp plugin checkbox.

Linux

Copy ptGimp to your local gimp plugins folder, which is usually located at ~/.gimp-2.*/plug-ins. Now the gimp export button of Photivo will send the image in the current pipe to Gimp, including EXIF data and output colour profile. Use the context menu on the Gimp button to get full size export.

Windows

The Gimp plugin is for the 32bit Windows version of GIMP 2.6.x, which is also the most common one used by almost everyone. Photivo itself can be 32bit or 64bit, both versions work. To install the plugin, just extract the archive to Gimp’s plugin folder.

Gimp to Photivo

Sending images from Gimp to Photivo is done by a Python script. Copy the script file mm extern photivo.py to your local Gimp plugins folder, see above for the proper locations. Note: It has to be the plugins folder, not the scripts folder! You’ll find a new Gimp menu entry Filters › MM-Filters › Export to Photivo.

Linux

Make sure the script file is executable. Run:

chmod +x "mm extern photivo.py"

Windows