Eneboo - Documentación para desarrolladores
|
00001 /* ************************************************************************** */ 00002 /* * For conditions of distribution and use, * */ 00003 /* * see copyright notice in libmng.h * */ 00004 /* ************************************************************************** */ 00005 /* * * */ 00006 /* * project : libmng * */ 00007 /* * file : libmng_dither.h copyright (c) 2000 G.Juyn * */ 00008 /* * version : 1.0.0 * */ 00009 /* * * */ 00010 /* * purpose : Dithering routines (definition) * */ 00011 /* * * */ 00012 /* * author : G.Juyn * */ 00013 /* * web : http://www.3-t.com * */ 00014 /* * email : mailto:info@3-t.com * */ 00015 /* * * */ 00016 /* * comment : Definition of the dithering routines * */ 00017 /* * * */ 00018 /* * changes : 0.5.1 - 05/08/2000 - G.Juyn * */ 00019 /* * - changed strict-ANSI stuff * */ 00020 /* * * */ 00021 /* * 0.9.2 - 08/05/2000 - G.Juyn * */ 00022 /* * - changed file-prefixes * */ 00023 /* * * */ 00024 /* ************************************************************************** */ 00025 00026 #if defined(__BORLANDC__) && defined(MNG_STRICT_ANSI) 00027 #pragma option -A /* force ANSI-C */ 00028 #endif 00029 00030 #ifndef _libmng_dither_h_ 00031 #define _libmng_dither_h_ 00032 00033 /* ************************************************************************** */ 00034 00035 mng_retcode dither_a_row (mng_datap pData, 00036 mng_uint8p pRow); 00037 00038 /* ************************************************************************** */ 00039 00040 #endif /* _libmng_dither_h_ */ 00041 00042 /* ************************************************************************** */ 00043 /* * end of file * */ 00044 /* ************************************************************************** */