kolibrios-fun/contrib/menuetlibc/openjpeg/mj2/mj2_to_metadata.h
right-hearted 927f6fa6b2 Adding openjpeg to autobuild
git-svn-id: svn://kolibrios.org@4758 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-04-04 15:09:22 +00:00

10 lines
237 B
C

/* 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"