Update savebinarypbm.bm
This commit is contained in:
parent
aa00c22a80
commit
81be6f0fd0
1 changed files with 5 additions and 0 deletions
|
|
@ -1,5 +1,10 @@
|
|||
$if saveBinaryPBM = undefined then
|
||||
$let saveBinaryPBM = defined
|
||||
' ## Save binary PBM
|
||||
' * Syntax: ``SaveBinaryPBM(ImageHandle as Long, Filename As String)``
|
||||
' ### Info
|
||||
' * Saves any image to Monochrome binary PBM image file.
|
||||
' * All colors other than black will be white
|
||||
Sub saveBinaryPBM (handle As Long, filename As String)
|
||||
Dim imgwidth As Long
|
||||
Dim imgheight As Long
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue