|
@@ -320,6 +320,7 @@ initialization
|
|
RegisterPicExt('Targa','tga', [eoReadable,eoWritable]);
|
|
RegisterPicExt('Targa','tga', [eoReadable,eoWritable]);
|
|
RegisterPicExt('Tiff','tif;tiff', [eoReadable,eoWritable]);
|
|
RegisterPicExt('Tiff','tif;tiff', [eoReadable,eoWritable]);
|
|
RegisterPicExt('X PixMap','xpm', [eoReadable,eoWritable]);
|
|
RegisterPicExt('X PixMap','xpm', [eoReadable,eoWritable]);
|
|
|
|
+ RegisterPicExt('Portable Any Map', 'pbm;pgm;ppm', [eoReadable]);
|
|
RegisterPicExt('X Window','xwd', [eoReadable]);
|
|
RegisterPicExt('X Window','xwd', [eoReadable]);
|
|
RegisterPicExt('Raw',AllRawExtensions, [eoReadable]);
|
|
RegisterPicExt('Raw',AllRawExtensions, [eoReadable]);
|
|
|
|
|