Gimp/plug-ins/file-dds
2022-06-15 18:49:27 +02:00
..
.gitignore plug-ins: add .gitignore file to file-dds 2019-01-30 18:49:36 +01:00
color.c plug-ins: big formatting and indentation cleanup in file-dds 2019-05-23 14:35:44 +02:00
color.h plug-ins: fix #6755 DDS RGB10A2 has Red and Blue swapped. 2021-04-23 15:12:54 -04:00
COPYING
dds.c Issue #8271: Export as DDS Seems Untranslated on All Languages. 2022-06-15 18:49:27 +02:00
dds.h plug-ins: fix #4492 Add export options 2022-06-05 18:19:59 +00:00
ddsplugin.h plug-ins: fix #4492 Add export options 2022-06-05 18:19:59 +00:00
ddsread.c plug-ins: Fix previous cherry picked commit. 2021-12-01 21:56:15 -05:00
ddswrite.c plug-ins: fix #4492 Add export options 2022-06-05 18:19:59 +00:00
dxt.c plug-ins: set blue channel of BC5 dds images to 0 instead of 255. 2021-01-05 22:48:56 -05:00
dxt.h plug-ins: big formatting and indentation cleanup in file-dds 2019-05-23 14:35:44 +02:00
dxt_tables.h plug-ins: big formatting and indentation cleanup in file-dds 2019-05-23 14:35:44 +02:00
endian_rw.h plug-ins: big formatting and indentation cleanup in file-dds 2019-05-23 14:35:44 +02:00
imath.h plug-ins: big formatting and indentation cleanup in file-dds 2019-05-23 14:35:44 +02:00
LICENSE
LICENSE.nvtt
Makefile.am plug-ins: link dds plugins against libm 2019-08-14 11:58:26 +02:00
mipmap.c plug-ins: big formatting and indentation cleanup in file-dds 2019-05-23 14:35:44 +02:00
mipmap.h plug-ins: big formatting and indentation cleanup in file-dds 2019-05-23 14:35:44 +02:00
misc.c plug-ins: big formatting and indentation cleanup in file-dds 2019-05-23 14:35:44 +02:00
misc.h plug-ins: big formatting and indentation cleanup in file-dds 2019-05-23 14:35:44 +02:00
mktables.c plug-ins: make file-dds compile. 2019-01-02 18:55:23 +01:00
README
README.dxt Misc typo fixes in plug-ins/ 2020-09-08 23:22:57 +00:00
TODO
vec.h plug-ins: big formatting and indentation cleanup in file-dds 2019-05-23 14:35:44 +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