Silly question: How can I read a file and treat its contents as an image?   eg, I&#39;d like to say something like:<br><br>(define cat-image (read-image &quot;cat-image.png&quot;))<br><br>The immediate advantage of doing this, rather than Insert|Image is that I can keep my .rkt file in text form, so I can use other tools on it.  And of course if I want to find an image dynamically I need something like this.<br>
<br>I can&#39;t even see what datatype a value defined by Insert|Image is.<br><br>--Mitch<br><br><br>