Update ide-features.section.html

Add links to external GFX tools
This commit is contained in:
Peter Dell 2024-07-02 22:12:55 +02:00
parent 6706d40ba7
commit e8b58d719d

View File

@ -343,9 +343,16 @@ This is very helpful to turn parts of a file into source code. The possibility t
<li>The image palette view associated with the graphics editor displays the palette entries and the color histogram. It supports filtering unused colors, sorting by index and color frequencies, pre-settings, and editing the palette when displaying 8-bit images.<br /><img src="productions/java/ide/features/ide-graphics-editor-image-palette-view.gif" alt="Image palette view" /></li>
<li>Conversion files with the extension ".cnv" save the conversion direction and parameters.</li>
<li>Support for relative file paths. If the file path is in the same folder as the ".cnv" file, it is automatically converted to a relative file path when the file name is defaulted or picked from the file browser dialog. This allows us to move the ".cnv" and referenced source files together without breaking the saved paths.</li>
<li>The following tools are useful for creating and pre-processing images before the conversion:</br>
<ul><li><a href="http://grafx2.chez.com/" target="_blank">GrafX2</a> - Local bitmap paint program inspired by the Amiga programs Deluxe Paint and Brilliance. Specialized in 256-color drawing, it includes a very large number of tools and effects that make it particularly suitable for pixel art, game graphics, and generally any detailed graphics painted with a mouse.</li>
<li><a href="https://squoosh.app/" target="_blank">Squoosh</a> - Online tool and local app to resize, adapt palette, compress.</li>
<li><a href="https://8bitworkshop.com/dithertron" target="_blank">Dithertron</a> - Online tool to covert to native 8-bit formats.</li>
</ul>
</li>
</ul>
<h5 id="PreferencesForEditing">Preferences for Editing</h5>
<p>The WUDSN IDE editor is configurable via language-specific preferences. They are a<span style="font-size: 1rem;">vailable via the entry "Preferences" from the menu "Window" (under Windows and Linux) or the menu "Eclipse" (under macOS) and include the following.</span></p>
<p>The WUDSN IDE editor is configurable via language-specific preferences. They are available via the entry "Preferences" from the menu "Window" (under Windows and Linux) or the menu "Eclipse" (under macOS) and include the following.</p>
<ul>
<li>Configuration of syntax highlighting colors and styles for comments, directives, all types of identifiers, legal opcodes, illegal opcodes, numbers, pseudo opcodes, and strings.</li>
<li>For non-unique identifiers, the syntax highlighting will try to be the best guess.</li>