Tachyon (current)  Current Main Branch
sgirgb.h
Go to the documentation of this file.
1 /*
2  * sgirgb.h - This file deals with SGI RGB format image files (reading/writing)
3  *
4  * (C) Copyright 1994-2022 John E. Stone
5  * SPDX-License-Identifier: BSD-3-Clause
6  *
7  * $Id: sgirgb.h,v 1.2 2022/02/18 17:55:28 johns Exp $
8  *
9  */
10 
11 int writergb(char *name, int xres, int yres, unsigned char *imgdata);
int writergb(char *name, int xres, int yres, unsigned char *imgdata)
Definition: sgirgb.c:44