UtilFreeImageGetThumbnail(Bitmap, Int32, Boolean) Method

Generates a thumbnail from the specified image.

Definition

Namespace: DevCase.ThirdParty.FreeImage
Assembly: DevCase.net48.ThirdParty.FreeImage (in DevCase.net48.ThirdParty.FreeImage.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static Bitmap GetThumbnail(
	Bitmap bmp,
	int squareSize,
	bool convert
)

Parameters

bmp  Bitmap
The source Bitmap.
squareSize  Int32
The thumbnail square size, in pixels.
convert  Boolean

[Missing <param name="convert"/> documentation for "M:DevCase.ThirdParty.FreeImage.UtilFreeImage.GetThumbnail(System.Drawing.Bitmap,System.Int32,System.Boolean)"]

Return Value

Bitmap
The resulting thumbnail.

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

FreeImageNET

See Also