PIKApp/plug-ins/file-dds
Cassowary 3bbdd873ef Updated with upstream update 2023-10-30 15:55:30 -07:00
..
COPYING Initial checkin of Pika from heckimp 2023-09-25 15:35:21 -07:00
LICENSE Initial checkin of Pika from heckimp 2023-09-25 15:35:21 -07:00
LICENSE.nvtt Initial checkin of Pika from heckimp 2023-09-25 15:35:21 -07:00
README Initial checkin of Pika from heckimp 2023-09-25 15:35:21 -07:00
README.dxt Initial checkin of Pika from heckimp 2023-09-25 15:35:21 -07:00
TODO Initial checkin of Pika from heckimp 2023-09-25 15:35:21 -07:00
color.c Initial checkin of Pika from heckimp 2023-09-25 15:35:21 -07:00
color.h Initial checkin of Pika from heckimp 2023-09-25 15:35:21 -07:00
dds.c Updated with upstream update 2023-10-30 15:55:30 -07:00
dds.h Initial checkin of Pika from heckimp 2023-09-25 15:35:21 -07:00
ddsread.c Updated with upstream update 2023-10-30 15:55:30 -07:00
ddsread.h Initial checkin of Pika from heckimp 2023-09-25 15:35:21 -07:00
ddswrite.c Updated with upstream update 2023-10-30 15:55:30 -07:00
ddswrite.h Updated with upstream update 2023-10-30 15:55:30 -07:00
dxt.c Initial checkin of Pika from heckimp 2023-09-25 15:35:21 -07:00
dxt.h Initial checkin of Pika from heckimp 2023-09-25 15:35:21 -07:00
dxt_tables.h Initial checkin of Pika from heckimp 2023-09-25 15:35:21 -07:00
endian_rw.h Initial checkin of Pika from heckimp 2023-09-25 15:35:21 -07:00
imath.h Initial checkin of Pika from heckimp 2023-09-25 15:35:21 -07:00
meson.build Initial checkin of Pika from heckimp 2023-09-25 15:35:21 -07:00
mipmap.c Initial checkin of Pika from heckimp 2023-09-25 15:35:21 -07:00
mipmap.h Initial checkin of Pika from heckimp 2023-09-25 15:35:21 -07:00
misc.c Initial checkin of Pika from heckimp 2023-09-25 15:35:21 -07:00
misc.h Initial checkin of Pika from heckimp 2023-09-25 15:35:21 -07:00
vec.h Initial checkin of Pika from heckimp 2023-09-25 15:35:21 -07:00

README

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

This is a plugin for PIKA 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