Next: Direct Image Transfer, Previous: Image Functions, Up: Images [Contents][Index]
CLX provides functions that allow images to be written to a file in a standard X format. The following paragraphs describe the CLX functions used to:
An image file pathname.
Reads an image file in standard X format and returns an image object. The returned image can have depth greater than one.
Type image.
An image file pathname.
An image object.
A stringable image name.
Writes the image to an image file in standard X format. The image can have depth greater than one. The name is an image identifier written to the file; the default name is (or (image-name image) ’image).