GIMP Plugin: Difference between revisions

From RawPedia
Jump to navigation Jump to search
(Created page with "This article describes how to make it possible to have GIMP open raw images by using RawTherapee. = Requirements = * RawTherapee 5.2 * GIMP 2.9.5 * The "<code>file-rawtherape...")
 
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
This article describes how to make it possible to have GIMP open raw images by using RawTherapee.
<div class="pagetitle">GIMP Plugin</div>


= Requirements =
You can open raw images in GIMP using RawTherapee as a plugin.
* RawTherapee 5.2
* GIMP 2.9.5
* The "<code>file-rawtherapee</code>" plugin


= Installation =
== Requirements ==
# Perhaps in the future the RawTherapee installer or even GIMP itself will contain the plugin. For now you must compile it yourself.
* RawTherapee 5.3
#* If you already have [[Linux#Clone_the_source|the source code]], go into the <code>tools/gimp-plugin</code> folder.
* GIMP 2.9.6
#* If you do not have the source code, just download these files: <code>[https://raw.githubusercontent.com/Beep6581/RawTherapee/dev/tools/gimp-plugin/file-formats.h file-formats.h]</code> and <code>[https://github.com/Beep6581/RawTherapee/raw/dev/tools/gimp-plugin/file-rawtherapee.c file-rawtherapee.c]</code>
* The RawTherapee executable must be found from the <code>$PATH</code> environment variable. This will be the case if you installed RawTherapee system-wide.
# Compile the plugin:
 
<code>gimptool-2.0 --build file-rawtherapee.c</code>
== Usage ==
Just open a raw file from GIMP. A RawTherapee editor window should open automatically, which you can use to tweak your raw file. When you close the window, the image gets imported into GIMP.

Latest revision as of 21:28, 9 December 2019

GIMP Plugin

You can open raw images in GIMP using RawTherapee as a plugin.

Requirements

  • RawTherapee 5.3
  • GIMP 2.9.6
  • The RawTherapee executable must be found from the $PATH environment variable. This will be the case if you installed RawTherapee system-wide.

Usage

Just open a raw file from GIMP. A RawTherapee editor window should open automatically, which you can use to tweak your raw file. When you close the window, the image gets imported into GIMP.