<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><br>
    </p>
    <br>
    <div class="moz-cite-prefix">Le 19/10/2017 à 21:59, Jonathan Wilkes
      a écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:1371619162.581599.1508443150077@mail.yahoo.com">
      <meta http-equiv="Context-Type" content="text/html; charset=UTF-8">
      <div>
        <div id="yui_3_16_0_ym19_1_1508433318072_35431">> If you wish
          to draw dynamic images, try ggee/image. <br>
        </div>
        <div>> It should support most image file formats. I'll let
          Jonathan <br>
        </div>
        <div id="yui_3_16_0_ym19_1_1508433318072_35432">> respond to
          you data structure part of the question. <span>Hope this
            helps.</span></div>
        <div><span><br>
          </span></div>
        <div id="yui_3_16_0_ym19_1_1508433318072_35379">If you want to
          draw dynamic images where the possible <br>
        </div>
        <div dir="ltr" id="yui_3_16_0_ym19_1_1508433318072_35386">images
          are known in advance, use [draw sprite].</div>
        <div dir="ltr" id="yui_3_16_0_ym19_1_1508433318072_35319"><br>
        </div>
        <div dir="ltr" id="yui_3_16_0_ym19_1_1508433318072_35320">If you
          want to dynamically generate image data on the <br>
        </div>
        <div dir="ltr" id="yui_3_16_0_ym19_1_1508433318072_35387">fly, I
          don't know that there's a Pd interface that does that <br>
        </div>
        <div dir="ltr" id="yui_3_16_0_ym19_1_1508433318072_35388">well
          outside of Gem.</div>
        <div dir="ltr" id="yui_3_16_0_ym19_1_1508433318072_35393"><br>
        </div>
      </div>
    </blockquote>
    I want to store and display image data on the fly and have reached
    this goal with the help of sys_gui for the interface part and
    datastructure for the memory part, it works well but the coding is
    rather heavy in the patch.<br>
    <br>
     Writing an external that would handle gui implementation would
    simplify but I'm not sure about using tcl-tk anymore since I find it
    more limited than js.<br>
    <br>
    <blockquote type="cite"
      cite="mid:1371619162.581599.1508443150077@mail.yahoo.com">
      <div>
        <div dir="ltr" id="yui_3_16_0_ym19_1_1508433318072_35394">You
          can leverage [open $1(---[ggee/image] for that purpose. <br>
        </div>
        <div dir="ltr" id="yui_3_16_0_ym19_1_1508433318072_35459">But
          that triggers two system calls to pull data from the <br>
        </div>
        <div dir="ltr" id="yui_3_16_0_ym19_1_1508433318072_35467">filesystem--
          one in the GUI and another in the audio engine.</div>
        <div dir="ltr" id="yui_3_16_0_ym19_1_1508433318072_35488"><br>
        </div>
        <div dir="ltr" id="yui_3_16_0_ym19_1_1508433318072_35489">-Jonathan<br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
L2Ork-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:L2Ork-dev@disis.music.vt.edu">L2Ork-dev@disis.music.vt.edu</a>
<a class="moz-txt-link-freetext" href="https://disis.music.vt.edu/listinfo/l2ork-dev">https://disis.music.vt.edu/listinfo/l2ork-dev</a></pre>
    </blockquote>
    <br>
  </body>
</html>