Click or drag to resize

LosslessJpegGetMcuBlockSize Method (String)

Get the compression block size for a JPG file.
Get the compression block size for a JPG file.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static Size GetMcuBlockSize(
	string source
)

Parameters

source
Type: SystemString
The source image file.

Return Value

Type: Size
Remarks
This can be used in conjunction with a lossless crop to determine the range of crop rectangles that are possible.
Remarks
This can be used in conjunction with a lossless crop to determine the range of crop rectangles that are possible.
See Also