Marblecore Imaging Library Documentation

Documentation Introduction
Documentation / Marblecore Imaging / Methods / FileShrink

FileShrink method

Shrinks (crops) the specified file to the given width and height using the specified image alignment.

Syntax

Boolean FileShrink(strFile As String, nWidth As Number, nHeight As Number, nAnchor As Anchor, bWebFilter As Boolean, strSaveAs As String, nFormat As Format)

Return value

Returns true if the function succeeded.

Parameters

ParameterTypeRequiredDescription
strFileStringYesString containing the path of the file.
nWidthNumberYesWidth of the image.
nHeightNumberYesHeight of the image.
nAnchorAnchor (Enumeration)NoOptional parameter which specifies the image anchor.
bWebFilterBooleanNoOptional parameter which enables or disables the internet filter. If this parameter is true only web formats are accepted (GIF, JPEG, PNG).
strSaveAsStringNoOptional string containing the output file.
nFormatFormat (Enumeration)NoOptional parameter which specifies the desired file format.

Category

File operations

See also

FileConvert | FileCrop | FileExpand | FileFlipHorizontal | FileFlipVertical | FileResize | FileRotate | FileRotateLeft | FileRotateRight | FileThumbnail