|
|
|
|
|
fGraphicFilter (Function) In french: fFiltreImage Returns the list of image formats supported by the current platform, in the format expected by the filter of fSelect.
// Retrieve the list of image formats ResImageFormat = fGraphicFilter()
Syntax
<Result> = fGraphicFilter()
<Result>: Character string List of image formats supported by the current platform in the following format:
<Description> + TAB + <*.Extension> + CR + <Description2> + TAB + <*.Extension2> where: - <Description> corresponds to the format name. For example: "Bitmap (*.BMP)".
- <Extension> corresponds to the different extensions of <Description>.
Remarks Supported image formats The following image formats are supported in Windows: - Bitmap (*.BMP)
- Graphics Interchange Format (*.gif)
- Joint Picture Experts Group (*.jpg ; *.jpeg)
- Kodak Photo CD (*.pcd)
- PaintBrush (*.pcx)
- Adobe Photoshop Format (*.psd)
- TrueVision TARGA (*.tga)
- Tagged Image File Format (*.tif ; *.tiff)
Remark: the "tiled tiff" option of tiff 6.0 standard is not supported. In this case, we advise you to save the image in tiff 5.0 standard. - Portable Network Graphics (*.png)
- Windows MetaFiles (*.emf ; *.wmf)
- Icons (*.ico ; *.icw)
Remarks: - HQ display (High Quality) available.
- Management of sheets in transparent BMP format (32 bits).
- Cursors (*.cur)
- Portable Document Format (*.pdf)
- Scalable Vector Graphics (*.svg)
- WINDEV images (generated by the image editor, *.WDPIC).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|