Next Prev Up Top Contents Index

write-external-image

Function
Summary

Writes an external image to a file.

Signature

write-external-image external-image file &key if-exists

Arguments

eternal-image

An external image

file

A file

if-exists

A keyword

Description

The write-external-image function writes an external image to a file. By default, if-exists is : error . The if-exists argument is used in a call to open .

 


LispWorks CAPI Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index