Lines Matching +full:vga +full:- +full:format
1 // SPDX-License-Identifier: GPL-2.0-only
3 * Convert a logo in ASCII PNM format to C source suitable for inclusion in
6 * (C) Copyright 2001-2003 by Geert Uytterhoeven <geert@linux-m68k.org>
26 #define LINUX_LOGO_VGA16 2 /* 16 colors VGA text palette */
74 __attribute__((noreturn)) __attribute((format (printf, 1, 2)));
100 val = 10*val+c-'0'; in get_number()
176 logo_data[i][j].blue = 255*(1-get_number(fp)); in read_image()
318 "Use ppmquant(1) -map clut_vga16.ppm to reduce the number " in write_logo_vga16()
430 " -h : display this usage information\n" in usage()
431 " -n <name> : specify logo name (default: linux_logo)\n" in usage()
432 " -o <output> : output to file <output> instead of stdout\n" in usage()
433 " -t <type> : specify logo type, one of\n" in usage()
435 " vga16 : 16 colors VGA text palette\n" in usage()
450 if (opt == -1) in main()
484 if (optind != argc-1) in main()