Squeak controlling a digital camera

Bob Arning arning at charm.net
Fri May 21 17:22:16 UTC 1999


On Fri, 21 May 1999 23:33:36 +0900 ohshima at is.titech.ac.jp wrote: 
>P.S.
>  I couldn't figure out how to save a 16 bit depth Form in
>convenient way.  Would anyone teach me?

Isn't it just:

f _ Form extent: 320 at 240 depth: 16.
f writeOnFileNamed: 'this is a form'.

restoredF _ (Form collectionFromFileNamed: 'this is a form') first.

Cheers,
Bob





More information about the Squeak-dev mailing list