paa-gimp-plugin is a GIMP File Format Plugin for opening and saving Arma PAA images in GIMP. For more information on the Arma PAA file format check out the public PAA file format specification.
Requires GIMP Version 2.10.20 or higher
- Download the latest
paa-gimp-plugin.exefrom https://github.com/gruppe-adler/paa-gimp-plugin/releases. - Move the
paa-gimp-plugin.exeintoC:\Users\<username>\AppData\Roaming\GIMP\<GIMP version>\plug-ins.
Open,Open Asmenu commands can be used to read*.paafiles.Export,Export Asmenu commands can be used to write*.paafiles.
- As per the PAA file format specification only images where the height and width is a power of 2 (
2^n) are supported. - Only the DXT1/DXT5 PAA Formats are currently supported.
- libgimp-2.0
- grad_aff
For Windows using msys2/mingw-w64 is recommended.
- Build and install libgimp-2.0 and grad_aff
git clonethis repository- Change into the project directory and run:
mkdir build
cd build
cmake ..
make
make install
