Next Prev Up Top Contents Index

analyze-external-image

Function
Summary

Returns the width, height, color-table, and number of important colors for an external image.

Signature
analyze-external-image external-image
 => width
 height
                                       color-table
 number
Arguments

external-image

An external image

Values

width

An integer

height

An integer

color-table

A color table

number

An integer

Description

The analyze-external-image function returns the width, height, color-table, and number of important colors for an external image.


LispWorks CAPI Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index