La finestra di dialogo di esportazione sorgente C consente di esportare l'immagine come file sorgente C che può essere incluso in un programma scritto in C.
Il nome della variabile che conterrà i dati dell'immagine.
Un commento che verrà aggiunto ai dati dell'immagine.
Il Commento verrà esportato nel file C solo se questa impostazione è selezionata.
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.
Questo cursore consente di impostare l'opacità dei dati dell'immagine.