FreeImage.ZLibCRC32 Method

FreeImage.NET

FreeImageZLibCRC32 Method
Generates a CRC32 checksum.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static uint ZLibCRC32(
	uint crc,
	byte[] source,
	uint source_size
)

Parameters

crc
Type: SystemUInt32
The CRC32 checksum to begin with.
source
Type: SystemByte
Pointer to the source buffer. If the value is 0, the function returns the required initial value for the crc.
source_size
Type: SystemUInt32
Size of the source buffer.

Return Value

Type: UInt32

[Missing <returns> documentation for "M:FreeImageAPI.FreeImage.ZLibCRC32(System.UInt32,System.Byte[],System.UInt32)"]

See Also