summaryrefslogtreecommitdiff
path: root/src/bin/mj2/mj2_to_metadata.h
blob: f4c3491911ca6e9fa7243b5615613f39e2b4079d (plain)
1
2
3
4
5
6
7
8
9
/* mj2_to_metadata.h */
/* Dump MJ2, JP2 metadata (partial so far) to xml file */
/* Contributed to Open JPEG by Glenn Pearson, U.S. National Library of Medicine */

#define BOOL int
#define FALSE 0
#define TRUE 1

#include "meta_out.h"