User Tools

Site Tools


imagesavethumbnail.htm
Navigation:  Language Reference > 13 - Built-in Functions >====== ImageSaveThumbnail (create thumbnail ) ====== Previous pageReturn to chapter overviewNext page

ImageSaveThumbnail ( fileNameIn, [fileNameOut] )

blk2blue.jpg

ImageSaveThumbnail Create a new image reduced in size based on the percentage parameter
fileNameIn the name of the input image file
fileNameOut the name of the output image file
percentage percentage to reduce the file

Creates a new image reduced in size based on the percentage parameter

Requirements:

Create an instance of the ClaRunExtClass to call its methods.

distribute ClaRunExt.dll (requires that .Net 3.5 or higher is installed on target machines)

Example:

PROGRAM

MAP

END

INCLUDE('ClaRunExt.inc'),ONCE

MyClaRun        ClaRunextClass        !create instance of ClaRunExtClass

CODE

ImageRotateFlip('Car.png', 'CarRotated.png', RotateFlipType:Rotate180FlipNone)        !creates CarFlipped.png

See Also:

imagesavethumbnail.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1