if (type == "BYTE" || type == "SHORT" || type == "LONG") {
                value.push(JpegMeta.parseNum(endian, _binary_data, value_offset, type_size));
            }