.. index:: pair: enum; Format .. _doxid-class_e_e_1_1_graphics_1_1_image_1ae556b26094647c42eb46790e09a65e2c: enum EE::Graphics::Image::Format ================================ .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum Format { :target:`Unknown` = 0, :target:`JPEG` = 1, :target:`PNG` = 2, :target:`BMP` = 3, :target:`GIF` = 4, :target:`TGA` = 5, :target:`PSD` = 6, :target:`PIC` = 7, :target:`PNM` = 8, :target:`DDS` = 9, :target:`PVR` = 10, :target:`PKM` = 11, :target:`HDR` = 12, :target:`QOI` = 13, :target:`SVG` = 14, };