![]() |
AITIFFKeys.hGo to the documentation of this file.00001 /* 00002 * Name: AITIFFKeys.h 00003 * Purpose: Adobe Illustrator TIFF Options Dictionary Keys. 00004 * 00005 * ADOBE SYSTEMS INCORPORATED 00006 * Copyright 2014 Adobe Systems Incorporated. 00007 * All rights reserved. 00008 * 00009 * NOTICE: Adobe permits you to use, modify, and distribute this file 00010 * in accordance with the terms of the Adobe license agreement 00011 * accompanying it. If you have received this file from a source other 00012 * than Adobe, then your use, modification, or distribution of it 00013 * requires the prior written permission of Adobe. 00014 * 00015 */ 00016 00017 00018 /******************************************************************************* 00019 ** 00020 ** Imports 00021 ** 00022 **/ 00023 00024 #pragma once 00025 00026 #include "AIHeaderBegin.h" 00027 00028 00029 enum AIAntialiasType:ai::uint8 00030 { 00031 kAIAntialiasNone = 1, 00032 kAIAntialiasArtOptimized, 00033 kAIAntialiasTypeOptimized 00034 }; 00035 /******************************************************************************* 00036 ** 00037 ** Constants 00038 ** 00039 **/ 00040 00041 /* Use with \c #AIDicionarySuite::SetIntegerEntry. */ 00042 #define kAITIFFColorModelOption "TIFFColorModel" 00043 00044 /* Use with \c #AIDicionarySuite::SetBooleanEntry. */ 00045 #define kAITIFFLZWCompressionOption "TIFFLZWCompression" 00046 00047 /* Use with \c #AIDicionarySuite::SetIntegerEntry with reference to enum AIAntialiasType. */ 00048 #define kAITIFFAntiAliasOption "TIFFAntiAlias" 00049 00050 00051 #include "AIHeaderEnd.h" 00052 |
||||||
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||