LispWorks CAPI Reference Manual > 2 GP Reference Entries

NextPrevUpTopContentsIndex

write-external-image

Function
Summary

Writes external image data to a file.

Package

graphics-ports

Signature

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

Arguments

external-image

An external-image.

file

A file.

if-exists

A keyword.

Description

The write-external-image function writes an external image to a file file . It writes the image data byte-for-byte without attempting any conversion of the image format.

if-exists is passed to open when opening file . The default value of if-exists is :error .

See also

externalize-image

 


LispWorks CAPI Reference Manual - 21 Dec 2009

NextPrevUpTopContentsIndex