EXPORT_GIF@

Platform

Win32, x64

Purpose

To exports a device independent bitmap (DIB) to a .GIF file.

Syntax

SUBROUTINE EXPORT_GIF@( HDIB, FILENAME, ERROR )
INTEGER(7) HDIB
CHARACTER(*) FILENAME
INTEGER ERROR

Description

Writes a DIB to a gif file specified by FILENAME. HDIB is a handle returned for example by GET_SCREEN_DIB@, CLIPBOARD_TO_SCREEN_BLOCK@ or IMPORT_GIF@.

ERROR returns one of the following:

 

 

0

success

 

1

unable to open file

 

3

unable to write to file


 

See also

IMPORT_GIF@, DIB_PAINT@, EXPORT_BMP@, EXPORT_PCX@

 

 

Basket
Empty
 
Copyright © 1999-2024 Silverfrost Limited