_BinaryNew, _ImageNew, NewDocumentBin, NewDocumentMono, NewDocumentRGB
NewDocumentBin
Description
NewDocumentBin( charDocName
, intWidth
, intHeight
, intValM
);
This function creates a new binary document with the specified name, size, and mask value.
NewDocumentMono
Description
NewDocumentMono( charDocName
, intWidth
, intHeight
, intColorDepth
, intValI
);
This function creates a new mono document with the specified parameters.
Parameters
See Also
NewDocumentRGB, _ImageNew
NewDocumentRGB
Description
NewDocumentRGB( charDocName
, intWidth
, intHeight
, intColorDepth
, intValR
, intValG
, intValB
);
This function creates a new document with the specified parameters.
Parameters
See Also
NewDocumentMono, _ImageNew
_BinaryNew
Description
_BinaryNew();
This function displays the New Binary Document dialog window. It enables you to create a new blank image containing only the binary layer.
_ImageNew
This function runs the File > New command.
Description
_ImageNew();
This function creates a new image. It displays the New Image dialog box.