<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2654.89">
<TITLE>Squeak beginner</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2 FACE="Arial">Hi all,</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">&nbsp; I haven't found a list for newbies, so I'm writing to this one. Sorry!</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I've been using Squeak for a couple of weeks and I like it a lot. It's my first Smalltalk experience. I've just finished writing a version of the classic Snake game in Morphic, and I thought some other beginners might benefit from my code, and enjoy the game. Is there a repository for this type of stuff?</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Also, I'm plannning to rewrite in Morphic an Image processing system I wrote in C++. This would include a TIFF reader/writer (I haven't found one in the 3.0 image) and some morphological image processing operations. From browsing classes and reading the source code for the Demos, I think that for displaying images I should use ImageMorphs. Correct?</FONT></P>

<P><FONT SIZE=2 FACE="Arial">What is slowing me is actual pixel manipulation. I see three classes relevant for this: Bitmap, Form and BitBlt. I'm learning them form reading source code, but I'd work faster with some documentation.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Is there some documentation on these classes? Maybe in some of the books, say Goldberg and Robson?</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Thanks,</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Jaime Silvela</FONT>
<BR><FONT SIZE=2 FACE="Arial">from Spain</FONT>
</P>

</BODY>
</HTML>