aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llimagej2coj/llimagej2cquartz.h
blob: ba11bfd354aa27deb3e1faa785e537397fe7e553 (plain)
1
2
3
4
5
6
7
8
9
#include "llimagej2c.h"

#ifdef __OBJC__
	#ifdef BOOL
		#undef BOOL
	#endif
#endif // __OBJC__

BOOL decodeJ2CQuartz(LLImageJ2C &base, LLImageRaw &raw_image, F32 decode_time, S32 first_channel, S32 max_channel_count);