![]() |
The GIF export options.
Example:
Public Member Functions | |
ExportGifSettings (QString i_file_path="", QString i_file_name="", int i_start_frame=1, int i_end_frame=-1, int i_width=-1, int i_height=-1, int i_dith=0, bool i_loop=false) | |
The default constructor, with all parameters optional. More... | |
Public Attributes | |||||||||
QString | file_name | ||||||||
The file name of the generated animated GIF. More... | |||||||||
int | width | ||||||||
The horizontal pixel resolution. The width resolution of the scene by default. More... | |||||||||
int | height | ||||||||
The vertical pixel resolution. The height resolution of the scene by default. More... | |||||||||
int | dith | ||||||||
The dithering to use. None by default.
| |||||||||
bool | loop | ||||||||
Set the animation to loop. false by default. More... | |||||||||
QString | file_path | ||||||||
The complete file path to the generated file. More... | |||||||||
int | start_frame | ||||||||
The first frame to be exported. 1 by default. More... | |||||||||
int | end_frame | ||||||||
The last frame to be exported. The last frame of the scene by default. More... | |||||||||
OMH::ExportGifSettings::ExportGifSettings | ( | QString | i_file_path = "" , |
QString | i_file_name = "" , |
||
int | i_start_frame = 1 , |
||
int | i_end_frame = -1 , |
||
int | i_width = -1 , |
||
int | i_height = -1 , |
||
int | i_dith = 0 , |
||
bool | i_loop = false |
||
) |
The default constructor, with all parameters optional.
|
inherited |
The last frame to be exported. The last frame of the scene by default.
QString OMH::ExportGifSettings::file_name |
The file name of the generated animated GIF.
|
inherited |
The complete file path to the generated file.
int OMH::ExportGifSettings::height |
The vertical pixel resolution. The height resolution of the scene by default.
bool OMH::ExportGifSettings::loop |
Set the animation to loop. false
by default.
|
inherited |
The first frame to be exported. 1
by default.
int OMH::ExportGifSettings::width |
The horizontal pixel resolution. The width resolution of the scene by default.