SpiderBasic - Image

Overview

Images are graphics objects which can be displayed in a window or in several gadgets. SpiderBasic supports all image types supported by the host browser, the most common are PNG (lossless compression) and JPG (lossy compression).

Transparent PNG images can be used to enable transparency in the gadgets, menu and toolbars images.

Command Index

CopyImage
CreateImage
EncodeImage
ExportImage
FreeImage
GrabImage
ImageDepth
ImageFormat
ImageHeight
ImageID
ImageOutput
ImageVectorOutput
ImageWidth
IsImage
LoadImage
ResizeImage

Example

Image.sb

Supported OS

All

Reference Manual - Index