Table of Contents

Name

MAGmacFlags - returns architecture-dependent flags of MAG image

Synopsis


#include <maglo.h>
unsigned char MAGmacFlags(MagImage *mag);

Description

The MAGmacFlags() function returns machine-dependent flags of the MAG file that mag is associated to. This flag is not widely used, and usually can be ignored when decoding.

Return Values

The usage of this flag is not documented on the MAG file format specification. Refer to the documents of the targeting MAG encoder for additional information.

The MAG spec say the contents of this flag are determined by the return value of MAGmacCode().

See Also

MAGmacCode(3) , MAGmacType(3) , libmaglo(7)


Table of Contents