mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 18:21:44 +00:00
32 lines
1.1 KiB
XML
32 lines
1.1 KiB
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2014 by David Capello -->
|
|
<gui>
|
|
<window text="GIF Options" id="gif_options">
|
|
<vbox>
|
|
<vbox id="rgb_options">
|
|
<separator text="RGBA to Indexed Conversion:" left="true" horizontal="true" />
|
|
<check text="Enable Dithering" id="dither" />
|
|
|
|
<separator text="Optimize Color Palette:" left="true" horizontal="true" />
|
|
<radio id="quantize_all" text="&One color palette for all frames" group="1" />
|
|
<radio id="quantize_each" text="&One color palette for each frame" group="1" />
|
|
<radio id="no_quantize" text="&Don't modify color palette" group="1" />
|
|
</vbox>
|
|
|
|
<separator text="General Options:" left="true" horizontal="true" />
|
|
<check text="Interlaced" id="interlaced" />
|
|
<check text="Animation Loop" id="loop" />
|
|
|
|
<separator horizontal="true" />
|
|
|
|
<hbox>
|
|
<boxfiller />
|
|
<hbox homogeneous="true">
|
|
<button text="&OK" closewindow="true" id="ok" magnet="true" minwidth="60" />
|
|
<button text="&Cancel" closewindow="true" />
|
|
</hbox>
|
|
</hbox>
|
|
</vbox>
|
|
</window>
|
|
</gui>
|