File: compact.h

package info (click to toggle)
xfishtank 2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, sid, stretch, trixie
  • size: 2,120 kB
  • ctags: 582
  • sloc: ansic: 26,426; makefile: 7
file content (10 lines) | stat: -rw-r--r-- 166 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10

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