MakeGIF Method 261
Applies To: Bitmap

Description

This method is used to generate a GIF representation of a picture from a Bitmap object suitable for display by a Web browser.

The MakeGIF method is niladic.

The result is an integer vector containing the encoded GIF image.

Example:

      ⍴GIF←BM.MakeGIF
19620