From 81be6f0fd0637c1cf5ba83e0f093111b8e7e3bc3 Mon Sep 17 00:00:00 2001 From: visionmercer <62051836+visionmercer@users.noreply.github.com> Date: Mon, 19 Sep 2022 13:13:54 +0200 Subject: [PATCH] Update savebinarypbm.bm --- savebinarypbm.bm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/savebinarypbm.bm b/savebinarypbm.bm index 87aac1a..46d0e3d 100644 --- a/savebinarypbm.bm +++ b/savebinarypbm.bm @@ -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