Function
convert-external-image gp external-image &key cache force-new
=> image
A graphics port
An external image
A boolean
A boolean
An image
convert-external-image function returns an image derived from external-image. The image is ready for drawing to the given graphics port. If cache is non-nil images conversions are cached by(color-devicea b) in the external-image where a is the transparent-pixel-index and b the image-background-color of the port. If force-new is non-nil a new image is always created, and put in the cache. By default, cache has the value*cache-external-images-p*.