/* This file is part of SGI Format, a File Format plugin for Adobe Photoshop Copyright (C) 2003-2010 Toby Thain, toby@telegraphics.com.au This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ /* Dictionary (scripting) resource */ /* also see ui_defs.h, PIActions.h */ #include "PIActions.h" #define RC_flagsSingleProperty "\020\000" /* -0 010 00-|-- --- --- */ #define RC_typeBoolean LC(b,o,o,l) /* Nota Bene: UNLIKE the Macintosh format of the 'aete' resource, the Windows resource does NOT require word alignment after its embedded strings. */ AETE_ID aete { 1, /* Reserved (for Photoshop) */ "\1\0", english, roman, /* aete version and language specifiers */ 1, /* suites */ "\014Telegraphics", /* vendor suite name (Pascal string) */ "\0", /* optional description (Pascal string) */ RC_plugInSuiteID, /* suite ID */ 1, /* suite code, must be 1 */ 1, /* suite level, must be 1 */ 0, /* events (Filter/Color Picker/Selection) */ 1, /* classes (Import/Export/Format) */ "\027Telegraphics SGI Format", // class name (Pascal string) RC_plugInClassID, // class ID "\030SGI/Irix RGB file format", // class description (Pascal string) 2, /* properties */ "\015", // property name (Pascal string) LC(c,@,#,^), // ID = keyInherits LC(F,m,t, ), // class = classFormat "\0", // optional description (Pascal string) RC_flagsSingleProperty, // flags "\017RLE compression", // property name RC_KEY_RLE, // ID RC_typeBoolean, // class "\0", // optional description RC_flagsSingleProperty, // flags 0, /* elements - not supported for plugins */ 0, /* comparison ops (not supported) */ 0, /* any enumerations */ 0L /* padding */ }