The C-source export dialog allows you to export your image as a C source file that can be included in a program written in C.
The name of the variable that will hold the image data.
A comment that will be added to the image data.
The Comment will only be exported to the C file when this setting is checked.
When checked GLib datatypes like „guint8“ will be used. When unchecked, plain C datatypes will be used instead.
When checked, macros will be used to define the image data. When unchecked, a struct will be used instead.
When checked, the image data will be encoded using Run-Length-Encoding compression. A function macro called
GIMP_IMAGE_RUN_LENGTH_DECODE
will be added to the source file that can be used to decode the image data.
When checked, the image data will include the alpha channel.
When checked, the image data will be saved in 16-bit RGB565 format, using only two bytes instead of three to store the image data.
This slider allows you to set the opacity of the image data.