| **Navigation:**  [[introduction.htm|Language Reference]] > 13 - Built-in Functions >====== ImageSaveThumbnail (create thumbnail ) ====== | [[imagerotateflip.htm|{{btn_prev_n.gif|Previous page}}]][[introduction.htm|{{btn_home_n.gif|Return to chapter overview}}]][[incomplete return empty req control .htm|{{btn_next_n.gif|Next page}}]] | | || **ImageSaveThumbnail ( fileNameIn, [fileNameOut] )** {{blk2blue.jpg|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: