| Did you know ... | Search Documentation: |
| image->initialise |
new(I, image(File)).
The constructor first looks File up in @images;
on a hit it returns the existing instance. Otherwise it builds a new
image and image->loads
its pixels from the file. Such images get image<-access read.new(I, image(@nil, Width, Height)). These images are not
pooled and have image<-access both.
The kind argument selects between pixmap
(default) and
bitmap.
->load <-lookup