Show / Hide Table of Contents

Enum FillOrder

Represents the logical order of bits within a byte.

Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public enum FillOrder : ushort

Fields

Name Description
LSB2MSB

Pixels with lower column values are stored in the lower-order bits of the byte.

MSB2LSB

Pixels with lower column values are stored in the higher-order bits of the byte.

Back to top Copyright © 2019 Özgür Özçıtak