Skip to content

MakeGIF Method 261

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

Application

Objects: Bitmap