Skip to content

linux-source-tools/gimp-plugin-vtf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gimp-plugin-vtf

A plugin to open and save vtf files in GIMP.

Developed by lxndr.

Installation

If you are using ArchLinux, there is a PKGBUILD. For all other systems use the following instructions:

Clone the git repository into a folder you want to save it to:

git clone https://github.com/linux-source-tools/gimp-plugin-vtf.git

Install the required libraries:

  • libgimp2.0-dev

  • liblcms2-dev

  • libsquish-dev

  • libsquish0

On Debian-based distributions you can install all of these with:

sudo apt install libgimp2.0-dev liblcms2-dev libsquish-dev libsquish0 libboost1.74-dev  libboost-iostreams-dev     

cd into the new directory, then make file-vtf with:

make

After compiling, move file-vtf to ~/.gimp-2.8/plug-ins/.

Packages

No packages published

Languages

  • C++ 99.2%
  • Makefile 0.8%