<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><font face="Georgia">Originally this provided filtering for the
        novice user to open particular kinds of files. In 2003 it was
        updated to use the services registry rather than the hard-coded
        descriptions and methods. At that time it was also modified to
        use the the suffixes for graphics files generated by ImageReadWriter
        subclasses rather than the static list in the method. Which
        basically changed this</font></p>
    <p><font face="Georgia">'bmp' 'form' 'gif' 'jpeg' 'jpg' 'pbm' 'pcx'
        'png' 'ppm' 'xbm' 'xpm'</font></p>
    <p><font face="Georgia">into this</font></p>
    <p><font face="Georgia">'bmp' 'gif' 'jpeg' 'jpg' 'pam' 'pbm' 'pcx'
        'png' 'pnm' 'ppm' 'xbm'</font><br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 12/22/17 7:12 PM, tim Rowledge
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:E9C8C795-0827-47AC-A380-7CC6480841A0@rowledge.org">
      <pre wrap="">FileList2 class>>#endingSpecs does a quite odd looking sequence of making an array of arrays where the contents of an array are immediately replaced by the results of ImageReadWriter allTypicalFileExtensions, making me wonder “why?”
</pre>
    </blockquote>
    <br>
  </body>
</html>