From d39b5c51f3a7cd36a4dc86423ce099e421263bcc Mon Sep 17 00:00:00 2001 From: elektrahesse Date: Wed, 13 Oct 2010 04:09:26 +0200 Subject: Added support for upload and local usage of PSD (Photoshop, including layers and native transparency) and TIFF images (including alpha channel) on any Intel Mac using native Quartz/vImage routines --- linden/indra/llimage/llimage.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'linden/indra/llimage') diff --git a/linden/indra/llimage/llimage.h b/linden/indra/llimage/llimage.h index 2bc62fb..fd8d128 100644 --- a/linden/indra/llimage/llimage.h +++ b/linden/indra/llimage/llimage.h @@ -73,7 +73,13 @@ typedef enum e_image_codec IMG_CODEC_JPEG = 5, IMG_CODEC_DXT = 6, IMG_CODEC_PNG = 7, +#ifdef LL_DARWIN + IMG_CODEC_PSD = 8, + IMG_CODEC_TIFF = 9, + IMG_CODEC_EOF = 10 +#else IMG_CODEC_EOF = 8 +#endif } EImageCodec; //============================================================================ -- cgit v1.1