Display original picture size in Load/Save dialog when displaying a thumbnail

This commit is contained in:
Thomas Bernard
2018-02-21 13:08:57 +01:00
parent 3876f8e1c5
commit b0203ff93c
3 changed files with 16 additions and 6 deletions

View File

@@ -65,6 +65,8 @@ typedef struct
T_Palette Palette;
short Width;
short Height;
short Original_width; /// Size of the whole image in case of PREVIEW of a thumbnail
short Original_height;
int Nb_layers;
char Comment[COMMENT_SIZE+1];
byte Background_transparent;