mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
7f4d4936e1
- Correct usage of disposal methods (and possibility to generate records with "restore previous frame" disposal method) - Create color maps for each frame when necessary - Remove options to dither RGB images (to simplify encoder)
22 lines
626 B
XML
22 lines
626 B
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2014, 2015 by David Capello -->
|
|
<gui>
|
|
<window text="GIF Options" id="gif_options">
|
|
<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>
|