new function Set_image_mode() to set image mode in Load_XXX() functions

This commit is contained in:
Thomas Bernard
2018-12-10 21:34:35 +01:00
parent 2d392fb7b1
commit 2a6f0e3a27
4 changed files with 17 additions and 26 deletions

View File

@@ -230,6 +230,8 @@ void Set_saving_layer(T_IO_Context *context, int layer);
void Set_frame_duration(T_IO_Context *context, int duration);
/// Function to call to get an image's duration for saving
int Get_frame_duration(T_IO_Context *context);
/// Function to set a specific image mode
void Set_image_mode(T_IO_Context *context, enum IMAGE_MODES mode);
// =================================================================
// What follows here are the definitions of functions and data