.. index:: pair: enum; SaveType .. _doxid-class_e_e_1_1_graphics_1_1_image_1abc4864623b415e9b7b05e5e7b36c6737: enum EE::Graphics::Image::SaveType ================================== Defines the format to save a texture. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum SaveType { :target:`SAVE_TYPE_UNKNOWN` = -1, :target:`SAVE_TYPE_TGA` = 0, :target:`SAVE_TYPE_BMP` = 1, :target:`SAVE_TYPE_PNG` = 2, :target:`SAVE_TYPE_DDS` = 3, :target:`SAVE_TYPE_JPG` = 4, :target:`SAVE_TYPE_QOI` = 5, };