Gimp/plug-ins/file-dds
Jehan d75a4615bd plug-ins: a lot of coding style cleanup in file-dds.
Still a lot more to do but pushing WIP to not have it wasted if more
commits come in from others.
Also got rid of some global variables.

(cherry picked from commit ff2d22d915)
2019-01-02 21:49:34 +01:00
..
color.c
color.h
COPYING
dds.c plug-ins: a lot of coding style cleanup in file-dds. 2019-01-02 21:49:34 +01:00
dds.h plug-ins: a lot of coding style cleanup in file-dds. 2019-01-02 21:49:34 +01:00
ddsplugin.h plug-ins: a lot of coding style cleanup in file-dds. 2019-01-02 21:49:34 +01:00
ddsread.c plug-ins: a lot of coding style cleanup in file-dds. 2019-01-02 21:49:34 +01:00
ddswrite.c plug-ins: a lot of coding style cleanup in file-dds. 2019-01-02 21:49:34 +01:00
dxt.c
dxt.h
dxt_tables.h
endian.h
imath.h
LICENSE
LICENSE.nvtt
Makefile.am
mipmap.c plug-ins: fix a few more warnings. 2019-01-02 18:55:24 +01:00
mipmap.h
misc.c
misc.h
mktables.c plug-ins: make file-dds compile. 2019-01-02 18:55:23 +01:00
README
README.dxt
TODO
vec.h

DDS plugin for The GIMP
(C) 2004-2012 Shawn Kirst <skirst@gmail.com>,
with parts (C) 2003 Arne Reuter <homepage@arnereuter.de> where specified.
==========================================

This is a plugin for GIMP version 2.4.x. It allows you to load and save
images in Direct Draw Surface (DDS) format.

Features
==========================================
* Load/Save DDS files using DXT texture compression
* Automatic mipmap generation on save
* Load mipmaps into separate layers
* Load cube map faces and volume map slices into separate layers
* Cube and volume map saving
* Pixel conversion selection for custom formats (RGBA4, R5G6B5, RGB10A2, etc.)
* Load/save DDS files, optionally using DirectX texture compression (DXT)
* Optional automatic mipmap generation when saving
* Load mipmaps into separate layers
* Load cube map faces and volume map slices into separate layers
* Save cube maps and volume maps with automatic mipmap generation support
* Save image with a custom pixel format
* Non-power-of-two image loading and saving support with automatic mipmap generation support
* Compliant with DirectX 10 compressed formats
    

Installation
==========================================
See the file INSTALL for installation instructions