BitmapExtensionsResize Method

Overload List

Resize(Bitmap, Size, Boolean) Resizes the image with high quality. The result always has a Format32bppPArgb pixel format.
This overload uses Graphics.DrawImage internally, which provides a good quality result but on Windows blocks every parallel DrawImage call within the same process. If that might be an issue use the Resize(Bitmap, Size, ScalingMode, Boolean) overload instead.
Resize(Bitmap, Size, ScalingMode, Boolean) Resizes the image using the specified scalingMode. The result always has a Format32bppPArgb pixel format.

See Also