<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 23.05.2018 19:18, Vojtěch Čihák via
      Lazarus wrote:<br>
    </div>
    <blockquote type="cite" cite="mid:20180523191859.2CFC72E4@atlas.cz">
      <p style="padding:0 0 0 0; margin:0 0 0 0;">Thanks, I saw the
        demos, I see now how it works. But how can I add multiple
        resolution to ImageList? Is it possible only with suffixes and
        all images must be in the same directory? I need to push 10
        resolution to one ImageList. Default res. is 16x16 and the
        others are 20, 24, 28, 32, 40, 48, 56, 64 and 80.</p>
      <p style="padding:0 0 0 0; margin:0 0 0 0;">How should I do it?</p>
    </blockquote>
    <br>
    Btw. for so many resolutions, I would just add 16x16 and then e.g.
    128x128 or 256x256 and let the other resolutions get scaled
    automatically by the LCL.<br>
    <br>
    If 20x20 and 24x24 shouldn't scale nicely from the high resolution,
    you may want to add them explicitely as well.<br>
    <br>
    Ondrej<br>
  </body>
</html>