OK, bitmap is what I was looking for.  Thanks.  --Mitch<br><br><div class="gmail_quote">On Tue, Jun 29, 2010 at 5:28 PM, Robby Findler <span dir="ltr">&lt;<a href="mailto:robby@eecs.northwestern.edu">robby@eecs.northwestern.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">If you use File|Insert image... you end up getting an image-snip&lt;%&gt;<br>
object. It is a wrapper around a bitmap% object that connects to our<br>
editor classes. A bitmap% object is the raw bits plus a little bit of<br>
information about it.<br>
<br>
Probably you just want to use 2htdp/image&#39;s &#39;bitmap&#39; function, tho.<br>
(Or maybe htdp/image&#39;s).<br>
<font color="#888888"><br>
Robby<br>
</font><div class="im"><br>
On Tue, Jun 29, 2010 at 4:22 PM, Mitchell Wand &lt;<a href="mailto:wand@ccs.neu.edu">wand@ccs.neu.edu</a>&gt; wrote:<br>
</div><div><div></div><div class="h5">&gt; Silly question: How can I read a file and treat its contents as an image?<br>
&gt; eg, I&#39;d like to say something like:<br>
&gt;<br>
&gt; (define cat-image (read-image &quot;cat-image.png&quot;))<br>
&gt;<br>
&gt; The immediate advantage of doing this, rather than Insert|Image is that I<br>
&gt; can keep my .rkt file in text form, so I can use other tools on it.  And of<br>
&gt; course if I want to find an image dynamically I need something like this.<br>
&gt;<br>
&gt; I can&#39;t even see what datatype a value defined by Insert|Image is.<br>
&gt;<br>
&gt; --Mitch<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div><div><div></div><div class="h5">&gt; _________________________________________________<br>
&gt;  For list-related administrative tasks:<br>
&gt;  <a href="http://lists.racket-lang.org/listinfo/users" target="_blank">http://lists.racket-lang.org/listinfo/users</a><br>
&gt;<br>
<br>
</div></div></blockquote></div><br>