====== PNG image support ====== ===== Name ===== IMAGE_PNG ===== Header file ===== Configured via ''[[http://git.ipxe.org/ipxe.git/blob/HEAD:/src/config/general.h|config/general.h]]''. ===== Examples ===== === Enable support for console commands, graphical framebuffer, and PNG images === #define IMAGE_PNG /* PNG images */ #define CONSOLE_CMD /* Console commands */ and 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 Portable Network Graphics (PNG) images. ===== See also ===== * ''[[:buildcfg:CONSOLE_CMD]]'' * ''[[: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 PNG image as a background picture.