Skip to content

Releases: JoesCat/gimp-fix-ca

gimp-fix-ca 4.2

24 Aug 23:10
Compare
Choose a tag to compare

Fix-CA is a GIMP plug-in to correct Chromatic Aberration (CA).
Fix-CA can fix Lateral or Directional Aberration.

This version:

  • Added Swedish Translation, thanks to Anders Jonsson.
  • rpmlint found spelling en_US error for traveling.

gimp-fix-ca 4.1

20 Jul 04:57
Compare
Choose a tag to compare

Fix-CA is a GIMP plug-in to correct Chromatic Aberration (CA).
Fix-CA can fix Lateral or Directional Aberration.

This version:

  • Fixes non-interactive scripting.
  • Updates fix.ca to work with recent update to MSYS2 (passed earlier in feb29).
  • Added make check and associated fixes for make distcheck.

gimp-fix-ca 4.0

01 Mar 00:11
Compare
Choose a tag to compare

Fix-CA is a GIMP plug-in to correct Chromatic Aberration (CA).
Fix-CA can fix Lateral or Directional Aberration.

This version:

  • Upgrades code to use the GIMP-2.10 API (requires gimp>=2.10.xx)
  • Now Gimp-Fix-CA works with RGB/RGBA with precision of 8/16/32bit or double for each color of R,G,B,A.
  • Added Lens X/Y center and a lens centerline target in the preview window.
  • Local Language support now included for the installable version of Gimp-Fix-CA (this requires that you use ./configure,make,make install and not gimptools-2.0).
  • This version is bumped to 4.0 since it requires GIMP-2.10.xx, and also because non-interactive scripting requires you to also include Lateral Lens X/Y positions (default=-1,-1).

NOTE: For users interested in Gimp3, Gimp-Fix-CA requires a different set of code to work with Gimp3, therefore this will need to be done as a different code branch.

For users without autoconf, automake, you can download the 'gimp-fix-ca.tar.gz' included here, and then run:

./configure
make
sudo make install

For developers interested in helping improve code, you can download the main HEAD, then run:

autoreconf -i
automake
./configure
make
sudo make install

For local install, you can also use the gimptool-2.0, which puts it in your local .config/GIMP plugins directory.

gimptool-2.0 --install fix-ca.c

gimp-fix-ca 3.0.4

03 Dec 01:14
Compare
Choose a tag to compare

Fix-CA is a GIMP plug-in to correct Chromatic Aberration (CA).
Fix-CA can fix Latereral or Directional Aberration.

This release is mostly fixes to configure/make setup so that Fix-CA can be built easily for recent Linux Distros.
This is the last release made before modifying fix-ca.c to to eventually work with GIMP 3.0

For users without autoconf, automake, you can download the 'gimp-fix-ca.tar.gz' included here, and then run:

./configure
make
sudo make install

For developers interested in helping improve code, you can download the main HEAD, then run:

autoreconf -i
automake
./configure
make
sudo make install

For local install, you can also use the gimptool-2.0, which puts it in your local .config/GIMP plugins directory.

gimptool-2.0 --install fix-ca.c

gimp-fix-ca 3.0.3

09 Oct 08:51
Compare
Choose a tag to compare

Fix-CA is a GIMP plug-in to correct chromatic aberration (CA).
Fix-CA can fix Latereral or Directional Aberration.

This release is just adding configure/make setup so that Fix-CA can be built easily for recent Linux Distros.
For users without autoconf, automake, you can download the 'gimp-fix-ca.tar.gz' included here, and then run:

./configure
make
sudo make install

For developers interested in helping improve code, you can download the main HEAD, then run:

autreconf -i
automake
./configure
make
sudo make install