1{
2    ApplicationDescription = "Image viewer";
3    ApplicationIcon = Preview;
4    ApplicationName = Preview;
5    ApplicationRelease = "0.8.5";
6    ApplicationURL = "http://gna.org/projects/gsimageapps";
7    Authors = ("Fabien VALLON <fabien@sonapart.net>");
8    Copyright = "Copyright \U00a9 2003,2004 Fabien VALLON,\n   Alcove:http://www.alcove.com\n";
9    CopyrightDescription = "Released under the GNU GPL.";
10    FullVersionID = "0.8.5";
11    NSTypes = (
12    {
13       NSName = "jpg";
14       NSHumanReadableName = "JPEG Image";
15       NSUnixExtensions = (jpg,jpeg,JPG,JPEG);
16       NSDOSExtensions = (jpg);
17       NSMIMETypes = ("image/jpeg");
18       NSRole = Viewer;
19       NSIcon = FileIcon_jpeg.tiff;
20       NSDocumentClass = Document;
21    },
22    {
23       NSName = "png";
24       NSHumanReadableName = "PNG Image";
25       NSUnixExtensions = (png,PNG);
26       NSDOSExtensions = (png);
27       NSMIMETypes = ("image/png");
28       NSRole = Viewer;
29       NSIcon = FileIcon_png.tiff;
30       NSDocumentClass = Document;
31    },
32    {
33       NSName = "gif";
34       NSHumanReadableName = "GIF Image";
35       NSUnixExtensions = (gif,GIF);
36       NSDOSExtensions = (gif);
37       NSMIMETypes = ("image/gif");
38       NSRole = Viewer;
39       NSIcon = FileIcon_gif.tiff;
40       NSDocumentClass = Document;
41    },
42    {
43       NSName = "xpm";
44       NSHumanReadableName = "XPM Image";
45       NSUnixExtensions = (xpm,XPM);
46       NSDOSExtensions = (xpm);
47       NSMIMETypes = ("image/xpm");
48       NSRole = Viewer;
49       NSIcon = FileIcon_xpm.tiff;
50       NSDocumentClass = Document;
51    },
52    {
53       NSName = "tiff";
54       NSHumanReadableName = "TIFF Image";
55       NSUnixExtensions = (tiff,TIFF,tif,TIF);
56       NSDOSExtensions = (tiff);
57       NSMIMETypes = ("image/tiff");
58       NSRole = Editor;
59       NSIcon = FileIcon_tiff.tiff;
60       NSDocumentClass = Document;
61    },
62    {
63       NSName = "pnm";
64       NSHumanReadableName = "PNM Image";
65       NSUnixExtensions = (pnm,PNM);
66       NSDOSExtensions = (pnm);
67       NSMIMETypes = ("image/pnm");
68       NSRole = Viewer;
69       NSIcon = FileIcon_pnm.tiff;
70       NSDocumentClass = Document;
71    }
72 );
73}
74