[gimp-dds] / tags / release-2.0.6 / dxt.h Repository:
ViewVC logotype

View of /tags/release-2.0.6/dxt.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 118 - (download) (as text) (annotate)
Tue Jun 3 23:39:13 2008 UTC (17 months, 2 weeks ago) by cocidius
File size: 1293 byte(s)
Release 2.0.6 tag
    1 /*
    2    DDS GIMP plugin
    3 
    4    Copyright (C) 2004-2008 Shawn Kirst <skirst@insightbb.com>,
    5    with parts (C) 2003 Arne Reuter <homepage@arnereuter.de> where specified.
    6 
    7    This program is free software; you can redistribute it and/or
    8    modify it under the terms of the GNU General Public
    9    License as published by the Free Software Foundation; either
   10    version 2 of the License, or (at your option) any later version.
   11 
   12    This program is distributed in the hope that it will be useful,
   13    but WITHOUT ANY WARRANTY; without even the implied warranty of
   14    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   15    General Public License for more details.
   16 
   17    You should have received a copy of the GNU General Public License
   18    along with this program; see the file COPYING.  If not, write to
   19    the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
   20    Boston, MA 02111-1307, USA.
   21 */
   22 
   23 #ifndef DXT_H
   24 #define DXT_H
   25 
   26 int dxt_compress(unsigned char *dst, unsigned char *src, int format,
   27                  unsigned int width, unsigned int height, int bpp,
   28                  int mipmaps, int type, int dither, int filter);
   29 int dxt_decompress(unsigned char *dst, unsigned char *src, int format,
   30                    unsigned int size, unsigned int width, unsigned int height,
   31                    int bpp);
   32 
   33 #endif

ViewVC Help
Powered by ViewVC 1.0.4