[Q]Where in the image do we stash pictures?

tblanchard at mac.com tblanchard at mac.com
Tue Apr 29 22:49:09 UTC 2003


By pictures, I mean images loaded from jpg, gif, and png type files so 
I can get them again.

I'm trying to put together a sar file for a goodie I'm doing and am 
wondering what is the best way to include a couple background patterns.

I thought I might load them and stash them in some class owned 
Dictionary via:

SomeClass at: #sometexture putInfiniteForm: (InfiniteForm with: (self 
zip fileInMemberNamed: 'sometexture.gif'))

but then I started wondering if there was a common facility for storing 
this kind of thing.

-Todd Blanchard



More information about the Squeak-dev mailing list