File: compact.h

package info (click to toggle)
xfishtank 2.2-26
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,180 kB
  • sloc: ansic: 27,991; makefile: 1,032
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;
};