1
0
Fork 0
gimp/plug-ins/file-dds
Daniel Baumann 554424e00a
Adding upstream version 3.0.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-23 00:14:50 +02:00
..
bc7.c Adding upstream version 3.0.4. 2025-06-23 00:14:50 +02:00
bc7.h Adding upstream version 3.0.4. 2025-06-23 00:14:50 +02:00
COPYING Adding upstream version 3.0.4. 2025-06-23 00:14:50 +02:00
dds.c Adding upstream version 3.0.4. 2025-06-23 00:14:50 +02:00
dds.h Adding upstream version 3.0.4. 2025-06-23 00:14:50 +02:00
ddsread.c Adding upstream version 3.0.4. 2025-06-23 00:14:50 +02:00
ddsread.h Adding upstream version 3.0.4. 2025-06-23 00:14:50 +02:00
ddswrite.c Adding upstream version 3.0.4. 2025-06-23 00:14:50 +02:00
ddswrite.h Adding upstream version 3.0.4. 2025-06-23 00:14:50 +02:00
dxt.c Adding upstream version 3.0.4. 2025-06-23 00:14:50 +02:00
dxt.h Adding upstream version 3.0.4. 2025-06-23 00:14:50 +02:00
dxt_tables.h Adding upstream version 3.0.4. 2025-06-23 00:14:50 +02:00
endian_rw.h Adding upstream version 3.0.4. 2025-06-23 00:14:50 +02:00
formats.c Adding upstream version 3.0.4. 2025-06-23 00:14:50 +02:00
formats.h Adding upstream version 3.0.4. 2025-06-23 00:14:50 +02:00
imath.h Adding upstream version 3.0.4. 2025-06-23 00:14:50 +02:00
LICENSE Adding upstream version 3.0.4. 2025-06-23 00:14:50 +02:00
LICENSE.nvtt Adding upstream version 3.0.4. 2025-06-23 00:14:50 +02:00
meson.build Adding upstream version 3.0.4. 2025-06-23 00:14:50 +02:00
mipmap.c Adding upstream version 3.0.4. 2025-06-23 00:14:50 +02:00
mipmap.h Adding upstream version 3.0.4. 2025-06-23 00:14:50 +02:00
misc.c Adding upstream version 3.0.4. 2025-06-23 00:14:50 +02:00
misc.h Adding upstream version 3.0.4. 2025-06-23 00:14:50 +02:00
README Adding upstream version 3.0.4. 2025-06-23 00:14:50 +02:00
README.dxt Adding upstream version 3.0.4. 2025-06-23 00:14:50 +02:00
TODO Adding upstream version 3.0.4. 2025-06-23 00:14:50 +02:00
vec.h Adding upstream version 3.0.4. 2025-06-23 00:14:50 +02:00

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