<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Parametric Icon Generator for GDL in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Parametric-Icon-Generator-for-GDL/m-p/686750#M8173</link>
    <description>&lt;P&gt;Thanks Jochen and&amp;nbsp;b-prisma. Looks great! Will try it out.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Dec 2025 05:01:05 GMT</pubDate>
    <dc:creator>easyDoesIt</dc:creator>
    <dc:date>2025-12-12T05:01:05Z</dc:date>
    <item>
      <title>Parametric Icon Generator for GDL</title>
      <link>https://community.graphisoft.com/t5/GDL/Parametric-Icon-Generator-for-GDL/m-p/685307#M8134</link>
      <description>&lt;P data-start="101" data-end="148"&gt;&lt;STRONG data-start="101" data-end="148"&gt;gdl2svg – Parametric Icon Generator for GDL&lt;/STRONG&gt;&lt;/P&gt;
&lt;P data-start="150" data-end="353"&gt;A new lightweight but powerful tool is now available for all GDL developers: &lt;STRONG data-start="227" data-end="238"&gt;gdl2svg&lt;/STRONG&gt;, a free, parametric icon generator that creates precise &lt;STRONG data-start="289" data-end="305"&gt;SVG graphics&lt;/STRONG&gt; directly from simple GDL-like drawing commands.&lt;/P&gt;
&lt;P data-start="355" data-end="589"&gt;The idea is simple:&lt;BR data-start="374" data-end="377" /&gt;Instead of manually drawing UI icons, you can now generate them &lt;STRONG data-start="441" data-end="457"&gt;script-based&lt;/STRONG&gt;, using a syntax very close to familiar &lt;STRONG data-start="497" data-end="516"&gt;GDL 2D commands&lt;/STRONG&gt;. Each instruction is automatically converted into SVG in the background.&lt;/P&gt;
&lt;P data-start="591" data-end="608"&gt;&lt;STRONG data-start="591" data-end="608"&gt;Key Features:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-start="610" data-end="855"&gt;
&lt;LI data-start="610" data-end="661"&gt;
&lt;P data-start="612" data-end="661"&gt;Parametric icon creation using GDL-style syntax&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="662" data-end="697"&gt;
&lt;P data-start="664" data-end="697"&gt;Automatic conversion to &lt;STRONG data-start="688" data-end="695"&gt;SVG&lt;/STRONG&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="698" data-end="773"&gt;
&lt;P data-start="700" data-end="773"&gt;Export as &lt;STRONG data-start="710" data-end="729"&gt;transparent PNG&lt;/STRONG&gt; for direct use in Archicad GDL object UIs&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="774" data-end="855"&gt;
&lt;P data-start="776" data-end="855"&gt;Ideal for consistent, scalable, automatable UI graphics in your library objects&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-start="857" data-end="983"&gt;Perfect for anyone who wants to modernize their GDL library, create consistent icon sets, or generate UI graphics dynamically.&lt;BR /&gt;&lt;BR /&gt;Downloadlink:&amp;nbsp;&lt;A href="https://b-prisma.de/develop/gdl2svg-converter/" target="_blank"&gt;https://b-prisma.de/develop/gdl2svg-converter/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Nov 2025 10:08:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Parametric-Icon-Generator-for-GDL/m-p/685307#M8134</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2025-11-30T10:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Parametric Icon Generator for GDL</title>
      <link>https://community.graphisoft.com/t5/GDL/Parametric-Icon-Generator-for-GDL/m-p/686750#M8173</link>
      <description>&lt;P&gt;Thanks Jochen and&amp;nbsp;b-prisma. Looks great! Will try it out.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2025 05:01:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Parametric-Icon-Generator-for-GDL/m-p/686750#M8173</guid>
      <dc:creator>easyDoesIt</dc:creator>
      <dc:date>2025-12-12T05:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Parametric Icon Generator for GDL</title>
      <link>https://community.graphisoft.com/t5/GDL/Parametric-Icon-Generator-for-GDL/m-p/687054#M8186</link>
      <description>&lt;P&gt;A sidenote: it is better not to use png's but rather tifs, and GDL and Archicad uses multipage tiffs with different resolutions for different UI scaling (MacOS way) - so then the UI items are more crisp when using either MacOS or Windows OS scaling.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Having the folder with svgs You can use:&lt;/P&gt;
&lt;P&gt;LP_XMLConverter convertlibrary -excludesvg svg_folder tif_folder&lt;/P&gt;
&lt;P&gt;Where svg_folder is the path to the folder with svgs, and the other for folder with tifs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I made myself a bat file connected to right click on the folder for that (Windows version, but probably something alike can be done for Macs)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"C:\Program Files\GRAPHISOFT\LibDev Toolkit 22 (3013)\Tool\WIN\LP_XMLConverter" convertlibrary -excludesvg %1 %1_tif&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;path ofc can vary&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are no easy tools for compiling done tiffs to multipage tiff, at least I could not find one. I did a powershell script with UI that gets the oversized bitmap and then makes the nedded ones and puts to one tiff using imagemagick.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2025 17:28:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Parametric-Icon-Generator-for-GDL/m-p/687054#M8186</guid>
      <dc:creator>Piotr Dobrowolski</dc:creator>
      <dc:date>2025-12-16T17:28:41Z</dc:date>
    </item>
  </channel>
</rss>

