Skip to content

gruppe-adler/paa-gimp-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gruppe Adler PAA GIMP Plugin

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.

Installation

Requires GIMP Version 2.10.20 or higher

Windows

Features

  • Open, Open As menu commands can be used to read *.paa files.
  • Export, Export As menu commands can be used to write *.paa files.

Limitations

  • 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.

Dependencies

Building

For Windows using msys2/mingw-w64 is recommended.

  • Build and install libgimp-2.0 and grad_aff
  • git clone this repository
  • Change into the project directory and run:
mkdir build
cd build
cmake ..
make
make install