paint

Typekeyword
DictionaryLCS
LibraryLiveCode Script
Syntax
paint
Summary

Used with the import and export commands to specify that the file to be imported or exported is in a bitmapped format.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
import paint from file it
RelatedKeyword: file, image
Command: export, import
Function: format, files
Glossary: PBM, JPEG, XWD, PNG, XPM, command, PGM, Windows, bitmap, XBM, keyword, GIF, export, import, BMP, Mac OS, PICT, Unix
Description

Use the paint keyword to indicate that you are importing or exporting a bitmapped image.

When the paint keyword is used with the export command, the specified image is exported as a PBM file.

When the paint keyword is used with the import command, a GIF, JPEG, PNG, BMP, XWD, XBM, XPM, or PBM, PGM, or PBM file can be imported. On Mac OS systems, PICT files can also be imported (but they cannot be displayed on Unix or Windows systems).

Tagsfile system