/* This file is part of icoformat, a Windows Icon (ICO) File Format plugin for Adobe Photoshop Copyright (C) 2002-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 */ /* PiMI resource (68K) */ #include "PiMI.r" #include "piresdefines.h" #include "version.h" resource 'PiMI' (16000, purgeable) { latestFormatVersion, /* Version, subVersion, and priority of the interface */ latestFormatSubVersion, 0, supportsBitmap|supportsGrayScale|supportsIndexedColor|supportsRGBColor, ANY, { canRead, cannotReadAll, /* obsolete? */ canWrite, canWriteIfRead, doesntSaveResources, { 1,2,2,5, 0,0,0,0, 0,0,0,0, 0,0,0,0 }, 255,255, 'ICO ','8BIM', { 'ICO ',ANY }, { 'ICO ' } } };