signature constant

int const signature

The signature number is stored in the first four bytes of every OpenEXR image file. This can be used to quickly test whether a given file is an OpenEXR image file (see isImfMagic(), below).

Implementation

static const signature = 20000630;