File: compact.h

package info (click to toggle)
xfishtank 2.2-16
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,160 kB
  • ctags: 1,384
  • sloc: ansic: 27,951; makefile: 1,034
file content (11 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11

struct ebmhdr {
	char magic[12];
	unsigned int width, height;
	int num_colors;
};
struct rgb_color {
	unsigned int red, green, blue;
	int pix_len;
};