linux-source-tools / gdk-pixbuf-vtf

Valve Texture Format library for Linux/Gnome - This is a GdkPixbuf image loader, which lets you browse VTF files in Nautilus or open them with Eog, letting you export them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gdk-pixbuf-vtf - Valve Texture Format PixBuf loader

This fork makes it work with gtk3. For me at least.

Original created by Forrest Voight <voights@gmail.com> Based on gdk-pixbuf-psd by Jan Dudek <jd@jandudek.com>.

Build Instructions

$ mkdir build
$ cd build
$ cmake ..
$ make

Install Instructions

$ sudo cp libpixbufloader-vtf.so /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/
$ sudo gdk-pixbuf-query-loaders --update-cache
$ cp x-vtf.xml ~/.local/share/mime/packages/
$ update-mime-database ~/.local/share/mime/

alternatively, there is a PKGBUILD for ArchLinux.

About

Valve Texture Format library for Linux/Gnome - This is a GdkPixbuf image loader, which lets you browse VTF files in Nautilus or open them with Eog, letting you export them.


Languages

Language:C 97.6%Language:CMake 2.4%