Subversion Repositories filter_foundry

Rev

Rev 259 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 259 Rev 520
Line 18... Line 18...
18
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
*/
19
*/
20
 
20
 
21
Kind { Filter },
21
Kind { Filter },
22
Version { (latestFilterVersion << 16) | latestFilterSubVersion },
22
Version { (latestFilterVersion << 16) | latestFilterSubVersion },
-
 
23
Priority { 0 }, /* default */
23
 
24
 
24
SupportedModes {
25
SupportedModes {
25
	noBitmap,
26
	noBitmap,
26
	doesSupportGrayScale,
27
	doesSupportGrayScale,
27
	doesSupportIndexedColor,
28
	noIndexedColor, /* changed in 1.7.0.17, since it probably never worked */
28
	doesSupportRGBColor,
29
	doesSupportRGBColor,
29
	doesSupportCMYKColor,
30
	doesSupportCMYKColor,
30
	doesSupportHSLColor,
31
	doesSupportHSLColor,
31
	doesSupportHSBColor,
32
	doesSupportHSBColor,
32
	doesSupportMultichannel,
33
	doesSupportMultichannel,
33
	doesSupportDuotone,
34
	doesSupportDuotone,
34
	doesSupportLABColor
35
	doesSupportLABColor
35
},
36
},
36
 
37
 
-
 
38
/* We need this to enable the plugin for BigDocuments */
-
 
39
PlugInMaxSize { 2000000L, 2000000L },
-
 
40
 
-
 
41
/* Commented out, because there is a risk that a badly programmed host will think that '    '!='8BIM' and does not load the plugin then?! */
-
 
42
//RequiredHost { ANY },
-
 
43
 
-
 
44
/* "FilterLayerSupport" (Allows smart filters) */
-
 
45
/* TODO: It seems to work, but are we really fully supporting Smart Filters?! */
-
 
46
FilterLayerSupport { 0x80L },
-
 
47
 
-
 
48
/* Enable info */
-
 
49
/* "Plug-in Resource Guide.pdf", pages 61-62 */
-
 
50
EnableInfo { "in (PSHOP_ImageMode, GrayScaleMode, RGBMode, CMYKMode, HSLMode, HSBMode, MultichannelMode, DuotoneMode, LabMode)" },
-
 
51
 
-
 
52
/* MonitorScalingAware */
-
 
53
/* TODO: Do we support it? For now, commented out */
-
 
54
//MonitorScalingAware { 1 },
-
 
55
 
37
FilterCaseInfo {
56
FilterCaseInfo {
38
	{
57
	{
39
	/* filterCaseFlatImageNoSelection */
58
	/* filterCaseFlatImageNoSelection */
40
	inStraightData, outStraightData, doNotWriteOutsideSelection, doesNotFilterLayerMasks, worksWithBlankData, doNotCopySourceToDestination,
59
	inStraightData, outStraightData, doNotWriteOutsideSelection, doesNotFilterLayerMasks, worksWithBlankData, doNotCopySourceToDestination,
41
	/* filterCaseFlatImageWithSelection */
60
	/* filterCaseFlatImageWithSelection */