Log of /tags/release-1.2.1/dds.c
Parent Directory
Revision
53 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Jan 31 18:30:42 2007 UTC (2 years, 9 months ago) by
cocidius
Original Path:
trunk/dds.c
File length: 7331 byte(s)
Diff to
previous 52
* Fixed non-interactive saving
* Added option to save dialog to choose the transparent color index when
saving paletted images.
Revision
28 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Jul 28 20:32:44 2006 UTC (3 years, 3 months ago) by
cocidius
Original Path:
trunk/dds.c
File length: 7196 byte(s)
Diff to
previous 19
- Added proper read support for 8-bit paletted images. They are now read
into an indexed gimp image.
- Added write support for indexed images
Revision
11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Sep 14 20:31:02 2005 UTC (4 years, 2 months ago) by
cocidius
Original Path:
trunk/dds.c
File length: 6408 byte(s)
Diff to
previous 4
Gearing up for the next release with a slug of new features:
* Added support for writing grayscale and gray-alpha images
* Added support for writing cube maps (Image must have 6 layers,
all the same size and pixel format. Cube faces controlled by layer name
contents, see documentation.)
* Added support for writing volume maps (Image must have > 1 layer,
all the same size and pixel format). Volume map compression is currently
not supported. Mipmap support is scetchy ATM. If your image's layer count
is a power of two and the image dimensions are a power of two, everything
should work fine using SGIS_generate_mipmap. If your layer count or image
dimensions are not a power of two, then mipmap generation will likely fail
unless your video card supports ARB_texture_non_power_of_two. A fix for
this will soon follow.
* Fixed volume map loading
* Cleaned up layer naming convention when loading images with mipmaps or
multiple layers (cube and volume maps)
Revision
4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sat Oct 23 00:03:58 2004 UTC (5 years, 1 month ago) by
cocidius
Original Path:
trunk/dds.c
File length: 6336 byte(s)
Diff to
previous 2
Added feature to swap red and alpha channels on save. This helps preserve
quality when saving normal maps in compressed DXT5 format.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.