/usr/include/tachyon/sgirgb.h is in libtachyon-dev 0.99~b2+dfsg-0.3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | /*
* sgirgb.h - This file deals with SGI RGB format image files (reading/writing)
*
* $Id: sgirgb.h,v 1.1 1999/09/01 16:26:14 johns Exp $
*/
int writergb(char *name, int xres, int yres, unsigned char *imgdata);
|