Skip to content

gimp3-fix-ca 0.0 (pre-release)

Pre-release
Pre-release
Compare
Choose a tag to compare
@JoesCat JoesCat released this 15 May 23:26
· 6 commits to master since this 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