====== PNM image support ====== ===== Name ===== IMAGE_PNM ===== Header file ===== Configured via ''[[http://git.ipxe.org/ipxe.git/blob/HEAD:/src/config/general.h|config/general.h]]''. ===== Examples ===== === Enable support for the console command, graphical framebuffer, and PNM images === In ''[[http://git.ipxe.org/ipxe.git/blob/HEAD:/src/config/general.h|config/general.h]]'': #define IMAGE_PNM /* PNM images */ #define CONSOLE_CMD /* Console command */ In ''[[http://git.ipxe.org/ipxe.git/blob/HEAD:/src/config/console.h|config/console.h]]'': #define CONSOLE_FRAMEBUFFER /* Graphical framebuffer console */ ===== Description ===== This build option enables support for Netpbm (PNM) images. ===== See also ===== * ''[[:buildcfg:IMAGE_PNG]]'' * ''[[:buildcfg:CONSOLE_FRAMEBUFFER]]'' * ''[[:cmd:console]]'' command * [[:console|Console configuration]] in iPXE * [[:buildcfg|List of all iPXE build options]] ===== Notes ===== You can use the ''[[:cmd:console]]'' command to display a PNM image as a background picture.