/* This file is part of "Histotext", a filter plugin for Adobe Photoshop Copyright (C) 2005-8 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 */ /* 02-Feb-2005: 0.1b1 - started 03-Feb-2005: - sent to Dennis Roberts 04-Feb-2005: 0.2b1 - add minimum, median, and maximum 0.2b2 - change file creation behaviour (don't delete existing file; truncate instead) 0.2b3 - expand supported modes - revert to requesting chunks instead of whole planes (1/2 the memory requirement) 0.2b4 - fix possible About bug (per Bryan Hughes) 1.0f1 - d'oh! fix plugin name in PPC universal build 16-Mar-2006: 1.0f2 - add default extension TXT for file save (Windows) 18-Oct-2007: 1.1b1,2 - Universal PPC+Intel build for CS3/Mac */ #define VERSION_STR "1.1b2" #define VERSION_NUM 1,0x10,beta,2 #define VERS_RSRC VERSION_NUM,verAustralia,VERSION_STR,"Histotext " VERSION_STR /* formatted for Win32 VERSIONINFO resource */ #define VI_VERS_NUM 1,1,0,2 #define VI_FLAGS VS_FF_PRERELEASE /* 0 for final, or any of VS_FF_DEBUG,VS_FF_PATCHED,VS_FF_PRERELEASE,VS_FF_PRIVATEBUILD,VS_FF_SPECIALBUILD */ #define VI_COMMENTS "Beta.\r\n\r\nPlease contact support@telegraphics.com.au with any bug reports, suggestions or comments.\0" /* null terminated Comments field */ /* wildcard signature in resources */ #define ANY ' '