gimp/plug-ins/file-dds
Jehan e0d50aa121 plug-ins: keep building all plug-ins with old API.
Build existing plug-ins with -DGIMP_DEPRECATED_REPLACE_NEW_API.
We will port the plug-ins one at a time to the new GimpImage API.
2019-08-22 15:54:36 +02:00
..
.gitignore plug-ins: add .gitignore file to file-dds 2019-01-30 18:48:28 +01:00
COPYING file-dds: add original source code of the DDS plug-in 2019-01-02 18:33:46 +01:00
LICENSE file-dds: add original source code of the DDS plug-in 2019-01-02 18:33:46 +01:00
LICENSE.nvtt file-dds: add original source code of the DDS plug-in 2019-01-02 18:33:46 +01:00
Makefile.am plug-ins: keep building all plug-ins with old API. 2019-08-22 15:54:36 +02:00
README file-dds: add original source code of the DDS plug-in 2019-01-02 18:33:46 +01:00
README.dxt Misc typo fixes in plug-ins/ 2019-08-13 11:50:51 -04:00
TODO file-dds: add original source code of the DDS plug-in 2019-01-02 18:33:46 +01:00
color.c plug-ins: big formatting and indentation cleanup in file-dds 2019-05-23 14:34:00 +02:00
color.h Misc typo fixes in plug-ins/ 2019-08-13 11:50:51 -04:00
dds.c Change the "handles uri" flag of file procedures to "handle remote" 2019-08-19 12:05:12 +02:00
dds.h plug-ins: big formatting and indentation cleanup in file-dds 2019-05-23 14:34:00 +02:00
ddsplugin.h plug-ins: big formatting and indentation cleanup in file-dds 2019-05-23 14:34:00 +02:00
ddsread.c plug-ins: big formatting and indentation cleanup in file-dds 2019-05-23 14:34:00 +02:00
ddswrite.c plug-ins: port file-dds to GtkGrid 2019-07-22 01:37:11 +02:00
dxt.c Misc typo fixes in plug-ins/ 2019-08-13 11:50:51 -04:00
dxt.h plug-ins: big formatting and indentation cleanup in file-dds 2019-05-23 14:34:00 +02:00
dxt_tables.h plug-ins: big formatting and indentation cleanup in file-dds 2019-05-23 14:34:00 +02:00
endian_rw.h plug-ins: big formatting and indentation cleanup in file-dds 2019-05-23 14:34:00 +02:00
imath.h plug-ins: big formatting and indentation cleanup in file-dds 2019-05-23 14:34:00 +02:00
mipmap.c plug-ins: big formatting and indentation cleanup in file-dds 2019-05-23 14:34:00 +02:00
mipmap.h plug-ins: big formatting and indentation cleanup in file-dds 2019-05-23 14:34:00 +02:00
misc.c plug-ins: big formatting and indentation cleanup in file-dds 2019-05-23 14:34:00 +02:00
misc.h plug-ins: big formatting and indentation cleanup in file-dds 2019-05-23 14:34:00 +02:00
mktables.c plug-ins: make file-dds compile. 2019-01-02 18:33:46 +01:00
vec.h plug-ins: big formatting and indentation cleanup in file-dds 2019-05-23 14:34:00 +02:00

README

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