aseprite/data/widgets/gif_options.xml
David Capello 7f4d4936e1 Re-implement GIF encoder
- 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)
2015-07-22 16:40:44 -03:00

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="&amp;Interlaced" id="interlaced" />
<check text="Animation &amp;Loop" id="loop" />
<separator horizontal="true" />
<hbox>
<boxfiller />
<hbox homogeneous="true">
<button text="&amp;OK" closewindow="true" id="ok" magnet="true" minwidth="60" />
<button text="&amp;Cancel" closewindow="true" />
</hbox>
</hbox>
</vbox>
</window>
</gui>