|
@@ -39,7 +39,7 @@ function GetImageFormatName(AFormat: TBGRAImageFormat): string;
|
|
|
|
|
|
implementation
|
|
implementation
|
|
|
|
|
|
-uses Masks, LazUTF8, UResourceStrings;
|
|
|
|
|
|
+uses Masks, LazUTF8, UResourceStrings, BGRASVG;
|
|
|
|
|
|
function GetSelectedFilterExtensions(const Filter: string;
|
|
function GetSelectedFilterExtensions(const Filter: string;
|
|
FilterIndex: integer; ARemoveLeadingDot: boolean): TStringList;
|
|
FilterIndex: integer; ARemoveLeadingDot: boolean): TStringList;
|
|
@@ -313,6 +313,8 @@ initialization
|
|
RegisterPicExt('PhoXo','oXo', [eoReadable,eoWritable]);
|
|
RegisterPicExt('PhoXo','oXo', [eoReadable,eoWritable]);
|
|
RegisterPicExt('Portable Network Graphic','png', [eoReadable,eoWritable]);
|
|
RegisterPicExt('Portable Network Graphic','png', [eoReadable,eoWritable]);
|
|
RegisterPicExt(rsPhotoshop,'psd', [eoReadable]);
|
|
RegisterPicExt(rsPhotoshop,'psd', [eoReadable]);
|
|
|
|
+ BGRASVG.RegisterSvgFormat;
|
|
|
|
+ RegisterPicExt('Scalable Vector Graphic','svg', [eoReadable]);
|
|
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]);
|