Skip to main content
Version: Next

createThumbnail

createThumbnail ( source : picture , dest : picture , width : integer , height : integer , mode : integer , depth : integer )

ParameterTypeDescription
sourcepicturePicture variable to convert as a thumbnail
destpictureResulting thumbnail
widthintegerThumbnail width in pixels, Default value = 48
heightintegerThumbnail height in pixels, Default value = 48
modeintegerThumbnail creation mode Default value = Scaled to fit prop centered (6)
depthintegerObsolete, do not use

Description

The createThumbnail command returns a thumbnail from a given source picture. Thumbnails are usually used for picture preview within multimedia software or Web sites.