2016-12-23 15:38:32 +00:00
|
|
|
<!-- Aseprite -->
|
2015-09-01 21:11:50 +00:00
|
|
|
<!-- Copyright (C) 2015 by Gabriel Rauter -->
|
2016-12-23 15:38:32 +00:00
|
|
|
<!-- Copyright (C) 2016 by David Capello -->
|
2015-09-01 11:05:24 +00:00
|
|
|
<gui>
|
2016-12-23 15:38:32 +00:00
|
|
|
<window id="webp_options" text="@.title">
|
2015-09-01 11:05:24 +00:00
|
|
|
<vbox>
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.save_as" />
|
|
|
|
<radio group="1" text="@.lossless_webp" id="lossless" tooltip="@.lossless_webp_tooltip" />
|
2015-09-01 11:05:24 +00:00
|
|
|
<hbox>
|
2016-12-23 15:38:32 +00:00
|
|
|
<label width="55" text="@.compression" />
|
2015-09-01 11:05:24 +00:00
|
|
|
<slider min="0" max="9" id="compression" cell_align="horizontal" width="128" />
|
|
|
|
</hbox>
|
|
|
|
<hbox>
|
2016-12-23 15:38:32 +00:00
|
|
|
<label width="55" text="@.image_hint" />
|
2015-09-01 11:05:24 +00:00
|
|
|
<combobox width="128" id="image_hint">
|
2016-12-23 15:38:32 +00:00
|
|
|
<listitem text="@.image_hint_default" value="0" />
|
|
|
|
<listitem text="@.image_hint_picture" value="1" />
|
|
|
|
<listitem text="@.image_hint_photo" value="2" />
|
|
|
|
<listitem text="@.image_hint_graph" value="3" />
|
2015-09-01 11:05:24 +00:00
|
|
|
</combobox>
|
|
|
|
</hbox>
|
|
|
|
<separator horizontal="true" />
|
2016-12-23 15:38:32 +00:00
|
|
|
<radio group="1" text="@.lossy_webp" id="lossy" tooltip="@.lossy_webp_tooltip" />
|
2015-09-01 11:05:24 +00:00
|
|
|
<hbox>
|
2016-12-23 15:38:32 +00:00
|
|
|
<label width="55" text="@.quality" />
|
2015-09-01 11:05:24 +00:00
|
|
|
<slider min="0" max="100" id="quality" cell_align="horizontal" width="128" />
|
|
|
|
</hbox>
|
|
|
|
<hbox>
|
2016-12-23 15:38:32 +00:00
|
|
|
<label width="55" text="@.image_preset" />
|
2015-09-01 11:05:24 +00:00
|
|
|
<combobox width="128" id="image_preset">
|
2016-12-23 15:38:32 +00:00
|
|
|
<listitem text="@.image_preset_default" value="0" />
|
|
|
|
<listitem text="@.image_preset_picture" value="1" />
|
|
|
|
<listitem text="@.image_preset_photo" value="2" />
|
|
|
|
<listitem text="@.image_preset_drawing" value="3" />
|
|
|
|
<listitem text="@.image_preset_icon" value="4" />
|
|
|
|
<listitem text="@.image_preset_text" value="5" />
|
2015-09-01 11:05:24 +00:00
|
|
|
</combobox>
|
|
|
|
</hbox>
|
|
|
|
<hbox>
|
|
|
|
<boxfiller />
|
|
|
|
<hbox homogeneous="true">
|
2016-12-23 15:38:32 +00:00
|
|
|
<button text="@general.ok" closewindow="true" id="ok" magnet="true" minwidth="60" />
|
|
|
|
<button text="@general.cancel" closewindow="true" />
|
2015-09-01 11:05:24 +00:00
|
|
|
</hbox>
|
|
|
|
</hbox>
|
|
|
|
</vbox>
|
|
|
|
</window>
|
|
|
|
</gui>
|