Skip to content
Snippets Groups Projects
Commit e3cd9c65 authored by Mirar (Pontus Hagland)'s avatar Mirar (Pontus Hagland)
Browse files

new: image_torgb in x.c

Rev: src/modules/Image/image.h:1.9
parent da0a6edc
Branches
Tags
No related merge requests found
/* $Id: image.h,v 1.8 1997/05/29 19:37:38 mirar Exp $ */ /* $Id: image.h,v 1.9 1997/10/12 21:11:33 mirar Exp $ */
/* /*
**! module Image **! module Image
**! note **! note
**! $Id: image.h,v 1.8 1997/05/29 19:37:38 mirar Exp $<br> **! $Id: image.h,v 1.9 1997/10/12 21:11:33 mirar Exp $<br>
*/ */
#define MAX_NUMCOL 32768 #define MAX_NUMCOL 32768
...@@ -169,6 +169,7 @@ void image_to8bit_closest(INT32 args); ...@@ -169,6 +169,7 @@ void image_to8bit_closest(INT32 args);
void image_to8bit(INT32 args); void image_to8bit(INT32 args);
void image_to8bit_fs(INT32 args); void image_to8bit_fs(INT32 args);
void image_tozbgr(INT32 args); void image_tozbgr(INT32 args);
void image_torgb(INT32 args);
void image_to8bit_rgbcube(INT32 args); void image_to8bit_rgbcube(INT32 args);
void image_to8bit_rgbcube_rdither(INT32 args); void image_to8bit_rgbcube_rdither(INT32 args);
void image_tobitmap(INT32 args); void image_tobitmap(INT32 args);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment