Releases: JoesCat/gimp3-fix-ca
gimp3-fix-ca 0.1 (for GIMP-3.0-RC1)
GIMP3-Fix-CA is a GIMP plug-in to correct Chromatic Aberration (CA).
GIMP3-Fix-CA can fix Lateral or Directional Aberration.
For users not ready for gimp-3.0-RC1 and looking for a stable Fix-CA, it is available for GIMP-2.10 here: GIMP2 Fix-CA.
You will need a development version of gimp-3.0-RC1 to build and install this plug-in.
Use these commands to build and install the plug-in:
autoreconf -i
automake
./configure (--help shows other options)
make
sudo make install
gimp3-fix-ca 0.0 (pre-release)
GIMP3-Fix-CA is a GIMP plug-in to correct Chromatic Aberration (CA).
GIMP3-Fix-CA can fix Lateral or Directional Aberration.
This is currently a pre-release, and you will need GIMP3 2.99.19 (with added updates up to May 2024).
...otherwise, best to wait for GIMP3 official 3.0 version to be released first.
For users looking for a usable Fix-CA, it is available for GIMP2 (version 2.10) here: GIMP2 Fix-CA.
To build this GIMP3 pre-release, you will also need autoconf and automake. To build and install use these commands:
autoreconf -i
automake
./configure (--help for other options)
make
sudo make install