Update savebinarypbm.bm

This commit is contained in:
visionmercer 2022-06-13 13:42:38 +02:00 committed by GitHub
commit 2895ee6d56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,4 +35,5 @@ Sub saveBinaryPBM (handle As Long, filename As String)
Next Next
If (imgheight * imgwidth) Mod 8 <> 0 Then Put #1, , outbyte If (imgheight * imgwidth) Mod 8 <> 0 Then Put #1, , outbyte
Close #ff Close #ff
_Source oldsource
End Sub End Sub